SSH keys
Register an SSH public key
Registers a public key under your account so it can be injected into instances you launch.
Send the public key only, in the usual OpenSSH one-line format
(ssh-ed25519 AAAA... comment). Never send a private key.
POST
Register an SSH public key
Authorizations
An API key issued by Hive Compute support. See Authentication above for how to request one.
Body
application/json
The public key, in OpenSSH format.
Example:
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIexample ada@example.com"