We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80499a5 commit 8beb587Copy full SHA for 8beb587
1 file changed
skills/perry/SKILL.md
@@ -63,14 +63,16 @@ Gotchas:
63
## SSH access
64
65
```bash
66
-ssh workspace-my-proj
+ssh workspace@my-proj
67
```
68
69
Expected behavior:
70
+- The username is `workspace` and the hostname is the workspace name (e.g., `my-proj`).
71
- The workspace inherits authorized keys from the host.
72
- If your key works on the host, it should work on the workspace.
73
74
Gotchas:
75
+- The SSH username is `workspace`, not part of the hostname. Use `ssh workspace@<name>`, not `ssh workspace-<name>`.
76
- If SSH fails, ensure your host keys exist and the workspace is on the tailnet.
77
78
## Common commands
0 commit comments