Skip to content

Commit 194ebe0

Browse files
baijumclaude
andcommitted
fix: correct tutorial Step 2 to SSH as root before bootstrap
The deploy user doesn't exist until bootstrap runs in Step 3, so Step 2 should instruct users to SSH as root to verify access. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 982a592 commit 194ebe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ cd app-template
3939
Create a Debian server from your preferred provider. Make sure:
4040

4141
- Ports **22**, **80**, and **443** are open in the firewall
42-
- You can SSH in as a non-root user with sudo access
42+
- You can SSH in as root (or the user your provider creates)
4343

4444
Verify access:
4545

4646
```bash
47-
ssh deploy@YOUR_SERVER_IP
47+
ssh root@YOUR_SERVER_IP
4848
```
4949

5050
You should see a shell prompt. If this works, you are ready to bootstrap.

0 commit comments

Comments
 (0)