Manage SSH keys from the CLI — register, rename, and delete public keys used when creating Linux VMs.
Updated May 10, 2026The raff ssh-key command group manages SSH public keys registered on your account. Linux VMs accept these keys at create time via --ssh-keys. Every subcommand supports --output json for scripting. Alias: raff ssh-keys.
Delete a key. Pass --force to skip the confirmation prompt. Existing VMs that already received the key keep it — deleting from the registry removes future use only.