Skip to content

Commit 3ebab85

Browse files
fix(docs): correct SSH user in runbook Step 4 — root→dakera for production (#226)
fix(docs): correct SSH user in runbook Step 4 — root→dakera for production
1 parent 24b0327 commit 3ebab85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ssh-key-rotation-runbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PLAYGROUND_IP="5.75.177.31"
9090
PROD_IP="178.104.45.161"
9191

9292
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"
93+
ssh -i /tmp/deploy_key -o BatchMode=yes -o ConnectTimeout=5 dakera@${PROD_IP} echo "production OK"
9494
```
9595

9696
Both must print `OK`. If either fails with `Permission denied`, re-check Step 2 for that server.

0 commit comments

Comments
 (0)