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-rsaecdsa-sha2-nistp256ecdsa-sha2-nistp384ecdsa-sha2-nistp521ssh-ed25519keyHashstringThe 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