GET
/
api
/
v1
/
ssh
/
hosts
/
{sshHostId}
/
host-ca-public-key
curl --request GET \
  --url https://us.infisical.com/api/v1/ssh/hosts/{sshHostId}/host-ca-public-key
"<string>"

Path Parameters

sshHostId
string
required

The ID of the SSH host to get the host SSH CA public key for.

Response

200
application/json

The public key of the host SSH CA linked to the SSH host.