Skip to content

Commit 8beb587

Browse files
committed
fix: use 'perry shell' instead of invalid 'perry ssh' command in docs
1 parent 80499a5 commit 8beb587

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

skills/perry/SKILL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,16 @@ Gotchas:
6363
## SSH access
6464

6565
```bash
66-
ssh workspace-my-proj
66+
ssh workspace@my-proj
6767
```
6868

6969
Expected behavior:
70+
- The username is `workspace` and the hostname is the workspace name (e.g., `my-proj`).
7071
- The workspace inherits authorized keys from the host.
7172
- If your key works on the host, it should work on the workspace.
7273

7374
Gotchas:
75+
- The SSH username is `workspace`, not part of the hostname. Use `ssh workspace@<name>`, not `ssh workspace-<name>`.
7476
- If SSH fails, ensure your host keys exist and the workspace is on the tailnet.
7577

7678
## Common commands

0 commit comments

Comments
 (0)