Set Up the SSH Key
🚀 Getting Started
·
Updated 4 days ago
Set Up the SSH Key
Synology Manager Plus uses its own key ~/.ssh/synology-manager-plus_ed25519 (one per NAS when you have several). /setup-ssh creates it and shows you the deployment line:
! ssh-copy-id -p <port> -i ~/.ssh/synology-manager-plus_ed25519.pub <user>@<host>
Type it verbatim including the leading ! in Claude Code — the ! opens an interactive terminal for password entry. Without ! the command would hang. On the first connection OpenSSH shows the host key fingerprint: review and accept it (Trust on First Use). /setup-ssh is idempotent and can be re-run any time.