Box work and access
Configure box SSH key
Adds an OpenSSH public key to the running Box so the caller can SSH as user user.
POST
Configure box SSH key
Authorizations
Box API key in the form box_.... Create and rotate keys in the Box dashboard or through the v1 API key endpoints.
Path Parameters
Public Box id returned by create/list/get box calls.
Pattern:
^bx_[23456789abcdefghjkmnpqrstuvwxyz]{8}$Body
application/json
Public SSH key in OpenSSH format. Private keys are rejected.
Example:
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAA... user@host"
Configure box SSH key