Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion skills/perry/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,16 @@ Gotchas:
## SSH access

```bash
ssh workspace-my-proj
ssh workspace@my-proj
```

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

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

## Common commands
Expand Down
Loading