For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get SSH authorized keys in the `authorized_keys` file format

Meant to be used as an AuthorizedKeysCommand in sshd. Filter the users with the username or group query parameter.

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
get/api/v1/ssh_authorized_keys

Last updated

Was this helpful?