Add an SSH key
Add a new SSH key for the authenticated user.
A unique name must be provided for the SSH key, along with a public key. The public key you provide is stored on your FluidStack account for use in SSH authentication.
Supported public key formats: ssh-rsa, ssh-dss (DSA), ssh-ed25519, and ecdsa keys with NIST curves.
Request
This endpoint expects an object.
name
The name of the SSH key.
public_key
The public key of the SSH key.
Response
Successful Response
name
The name of the SSH key.
public_key
The public key.