openssh_key.key_params.skΒΆ

Classes representing keys stored on security keys.

Classes

SecurityKeyFlag(value)

Security key flags supported by OpenSSH.

SecurityKeyPrivateKeyParams(params)

The parameters that represent the U2F/FIDO security key storing a private key.

SecurityKeyPublicKeyParams(params)

The parameters comprising a public key corresponding to a private key that is stored in a U2F/FIDO security key.

SecurityKey_ECDSA_NISTP256_PrivateKeyParams(params)

The parameters that represent the security key storing an ECDSA key on the nistp256 curve.

SecurityKey_ECDSA_NISTP256_PublicKeyParams(params)

The parameters that represent an ECDSA key on the nistp256 curve that correspond to a private key stored on a security key.

SecurityKey_Ed25519_PrivateKeyParams(params)

The parameters that represent the security key storing an Ed25519 key.

SecurityKey_Ed25519_PublicKeyParams(params)

The parameters that represent an Ed25519 key that correspond to a private key stored on a security key.