fix: SSH ключ перенесён в ~/.ssh/naeel_vm_id_ed25519 (локально, вне sshfs)

This commit is contained in:
Naeel
2026-03-20 09:46:32 +03:00
parent df84eae75a
commit dc65f7ab8f
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ provider "sless" {
**Правило:** Все `terraform init/plan/apply/destroy` для `examples/` — только через SSH на `naeel@5.172.178.213`:
```bash
ssh -i /home/naeel/remote_dev/common/id_ed25519.txt naeel@5.172.178.213 \
ssh -i /home/naeel/.ssh/naeel_vm_id_ed25519 naeel@5.172.178.213 \
'cd /home/naeel/terra/sless/examples/<example> && terraform apply -auto-approve -no-color'
```