Overview
The SSH Keys API stores SSH public/private key pairs, generates new keys withssh-keygen, imports existing private keys to derive their public keys, and returns fingerprints for key identification. Keys are scoped to the authenticated user.
Base URL
Authorization header. See Authentication for details.
Endpoints
List keys
Store key
Generate key
ed25519, rsa, ecdsa. RSA defaults to 4096 bits; others default to 256 bits.