Get SSH authorized keys in the `authorized_keys` file format
get
Query parameters
usernamestringOptional
Return the keys of this user.
groupstringOptional
Return the keys of all members of this group.
Responses
200
Authorized keys, one per line.
text/plain
stringOptional
400
Neither username nor group was provided.
application/json
500
Unable to get authorized keys.
application/json
get/api/v1/ssh_authorized_keys
Last updated
Was this helpful?