List user SSH keys
Returns a list of all SSH keys for the user.
GET ssh_keys
Authenticate an SSH key
Creates a new SSH key for the authenticated user.
GET ssh_keys/authenticate
Create SSH key
Creates a new SSH key for the authenticated user.
POST ssh_keys
Delete SSH key
Deletes an existing SSH key.
DELETE ssh_keys/{ssh_key}