Skip to main content
Updated May 10, 2026 The 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.

Subcommand index


list

List SSH keys for the account. Output columns: ID, NAME, TYPE, FINGERPRINT.

get

Show full key details including the full public key string.

create

Register an SSH public key. Required: --name. One of --public-key or --public-key-file must be provided.

update

Rename a key. The key material itself is immutable — to rotate, register a new key and delete the old one.

delete

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.

raff_ssh_key (Terraform)

Declarative SSH key management.

API key commands

Manage API keys.

VM commands

Pass keys at VM create with —ssh-keys.
Last modified on May 11, 2026