openssh_key.key_params.cert.CertPrincipalType

class openssh_key.key_params.cert.CertPrincipalType(value)

Bases: enum.Enum

The type of the principals that can authenticate using a certificate.

__init__()

Attributes

USER

Denotes that this certificate's principals are users.

HOST

Denotes that this certificate's principals are hosts.

HOST = 2

Denotes that this certificate’s principals are hosts.

USER = 1

Denotes that this certificate’s principals are users.