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

Ssh Key

SshKey

Validate a public SSH key

post

Validate a public SSH key against phpseclib

Authorizations
X-API-KeystringRequired
Body

Validate a public SSH key

stringOptional

The public SSH key that needs to be validated

Responses
200

Successful operation

application/json
statusstringOptional

OK if the validation succeeded

algorithmstringOptional

Algorithm used to generate the SSH key

Example: EC
messagestringOptional
post/api/v1/sshKey/validate

Last updated

Was this helpful?