We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b0327 commit 3ebab85Copy full SHA for 3ebab85
1 file changed
docs/ssh-key-rotation-runbook.md
@@ -90,7 +90,7 @@ PLAYGROUND_IP="5.75.177.31"
90
PROD_IP="178.104.45.161"
91
92
ssh -i /tmp/deploy_key -o BatchMode=yes -o ConnectTimeout=5 root@${PLAYGROUND_IP} echo "playground OK"
93
-ssh -i /tmp/deploy_key -o BatchMode=yes -o ConnectTimeout=5 root@${PROD_IP} echo "production OK"
+ssh -i /tmp/deploy_key -o BatchMode=yes -o ConnectTimeout=5 dakera@${PROD_IP} echo "production OK"
94
```
95
96
Both must print `OK`. If either fails with `Permission denied`, re-check Step 2 for that server.
0 commit comments