rp ssh-key
SSH public keys over the API v2 REST plane.
The canonical home for key management: rp ssh list-keys / add-key /
remove-key are aliases that source this file and call the sshkey* functions
below, so the key logic exists in exactly one place. The v2 route replaces the
WHOLE key set on PUT, so add/remove are read-modify-write around a lock.
rp ssh-key <verb> [flags]
Commands
rp ssh-key list— List your registered public keys.rp ssh-key add— Add a public key from a file, stdin, or generate a fresh pair.rp ssh-key remove— Remove a registered public key.