Update SSH key
SSH Keys
Update SSH key
Update SSH connection metadata. Password can only be updated for password-based SSH connections. Private keys are never returned.
PATCH
Update SSH key
Authorizations
JWT authentication token
Path Parameters
Body
application/json
Default SSH host for connections using this key
Maximum string length:
255Default SSH port
Required range:
1 <= x <= 65535Default SSH username for connections using this key
Maximum string length:
128New unique name for this SSH connection
Required string length:
1 - 128Pattern:
^[A-Za-z0-9][A-Za-z0-9_.-]*$New SSH password for password-based auth. Not accepted for generated-key auth.
Required string length:
1 - 1000Response
SSH key updated successfully
Available options:
ed25519, rsa-2048, rsa-4096, ecdsa-256, ecdsa-384, ecdsa-521, password Authentication type (key = generated key pair, password = password-based)
Available options:
key, password SHA256 fingerprint of the public key (null for password auth)
OpenSSH authorized_keys format public key (null for password auth)

