Set Up the SSH Key
🚀 Getting Started
·
Updated 5 days ago
Set Up the SSH Key
Fleet Manager uses its own key ~/.ssh/fleet-manager_ed25519. /setup-ssh creates it and shows you the deployment line:
! ssh-copy-id -p <port> -i ~/.ssh/fleet-manager_ed25519.pub <user>@<host>
Type it verbatim including the leading ! in Claude Code — the ! opens a terminal for password entry. Without ! the command would hang.
If the first connection fails, the host key is usually missing — see "Fix Host-Key Errors". /setup-ssh is idempotent and can be re-run any time.