From 8beb587d1d3a54f4c1b43ec231f0e3fafb36b59b Mon Sep 17 00:00:00 2001 From: Greg Pstrucha <875316+Gricha@users.noreply.github.com> Date: Wed, 21 Jan 2026 04:49:49 +0000 Subject: [PATCH] fix: use 'perry shell' instead of invalid 'perry ssh' command in docs --- skills/perry/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skills/perry/SKILL.md b/skills/perry/SKILL.md index 96e993a..4d2e414 100644 --- a/skills/perry/SKILL.md +++ b/skills/perry/SKILL.md @@ -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@`, not `ssh workspace-`. - If SSH fails, ensure your host keys exist and the workspace is on the tailnet. ## Common commands