v4

latestOpenAPI 3.0.32026-07-312,317012.2 MB
SSH Hosts

Issue SSH certificate for user

post/api/v1/ssh/hosts/{sshHostId}/issue-user-cert

Path parameters

sshHostIdstring required

The ID of the SSH host to issue the SSH credentials for.

Request body

loginUserstring required

The login user to issue the SSH credentials for.

Response

Default Response

serialNumberstring required

The serial number of the issued SSH certificate.

signedKeystring required

The SSH certificate or signed SSH public key.

privateKeystring required

The private key corresponding to the issued SSH certificate.

publicKeystring required

The public key of the issued SSH certificate.

keyAlgorithm'RSA_2048' | 'RSA_4096' | 'EC_prime256v1' | 'EC_secp384r1' | 'ED25519' required

The type of public key algorithm and size, in bits, of the key pair for the SSH host.