AuthorizedKey
Keys
Leafs
- class System.Authentication.User.AuthorizedKey
Bases:
Entity
Class Hierarchy :
System
Authentication
User
AuthorizedKey
This class represents configuration data.
A list of public SSH keys for this user. These keys
are allowed for SSH authentication, as described in
RFC 4253.
- name(key)
An arbitrary name for the SSH key
type: str
- algorithm
The public key algorithm name for this SSH key. Valid values are the values in the IANA ‘Secure Shell (SSH) Protocol Parameters’ registry, Public Key Algorithm Names
type: str
mandatory: True
- key_data
The binary public key data for this SSH key, as specified by RFC 4253, Section 6.6, i.e.: string certificate or public key format identifier byte[n] key/certificate data
type: str
mandatory: True