Skip to content

SSH Keys

Lists or adds SSH public keys bound to the current user.

GET /auth/ssh-keys

  • Auth: required
  • Response: items array of SSH key entries

Key fields:

  • id
  • name
  • publicKey
  • fingerprint
  • createdAt

POST /auth/ssh-keys

  • Auth: required

Request body:

{
  "name": "workstation",
  "publicKey": "ssh-ed25519 AAAAC3..."
}