GET
/
api
/
v1
/
ssh
/
hosts
/
{sshHostId}
/
host-ca-public-key
cURL
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

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