List SSH authorized keys
GET/api/node/:hostname/user/:name/ssh-key
List SSH authorized keys for a user on the target node.
Request
Responses
- 200
- 400
- 401
- 403
- 500
List of SSH authorized keys.
Bad request - validation error.
Unauthorized - API key required
Forbidden - Insufficient permissions
Error listing SSH keys.