Parse an openssh public key (pem)
Path parameters
pem
string
required |
Responses
-
200 The public key parsed and returned as an openssh public key
keyTypestring (Key type)The key type of the public key
Enumssh-rsa
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
ssh-ed25519
keyHashstringThe key hashed sha256 base64 encoded
thumbprintstringThe key hashed sha256 hexbinary printed
publicstringCompute the keytype and the public key using the following format:
-
400 Bad Request
-
403 Forbidden