POST
/
api
/
v1
/
ssh
/
hosts
/
{sshHostId}
/
issue-user-cert
curl --request POST \
  --url https://us.infisical.com/api/v1/ssh/hosts/{sshHostId}/issue-user-cert \
  --header 'Content-Type: application/json' \
  --data '{
  "loginUser": "<string>"
}'
{
  "serialNumber": "<string>",
  "signedKey": "<string>",
  "privateKey": "<string>",
  "publicKey": "<string>",
  "keyAlgorithm": "RSA_2048"
}

Path Parameters

sshHostId
string
required

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

Body

application/json

Response

200
application/json
Default Response

The response is of type object.