openssh_key.key_params.cert.CertPrincipalType¶
- class openssh_key.key_params.cert.CertPrincipalType(value)¶
Bases:
enum.EnumThe type of the principals that can authenticate using a certificate.
- __init__()¶
Attributes
Denotes that this certificate's principals are users.
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.