Create server SSH key
SSH Keys
Create server SSH key
Add a new SSH key to the server.
Processing mode: async
POST
Create server SSH key
Documentation Index
Fetch the complete documentation index at: https://forge.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The name of the SSH key.
Example:
"oliver-macbook"
The public SSH key.
Example:
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5A... [email protected]"
The user associated with the SSH key.
Example:
"username"
Response
Adding SSH key to server accepted