Parse an openssh public key (pem)

Path parameters
pem
string required
Responses
  • 200 The public key parsed and returned as an openssh public key
    keyType
    string (Key type)

    The key type of the public key

    Enum ssh-rsa ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519
    keyHash
    string

    The key hashed sha256 base64 encoded

    thumbprint
    string

    The key hashed sha256 hexbinary printed

    public
    string

    Compute the keytype and the public key using the following format:

  • 400 Bad Request
  • 403 Forbidden