Deploy SSH key to a host
POST/credentials/:id/deploy-to-host
Deploys an SSH public key to a target host's authorized_keys file.
Request
Responses
- 200
- 400
- 401
- 404
- 500
SSH key deployed successfully.
Credential ID and target host ID are required.
Authentication required.
Credential or target host not found.
Failed to deploy SSH key.