User
Keys
Leafs
Children
- class System.Authentication.User
Bases:
Entity
Class Hierarchy :
System
Authentication
User
This class represents configuration data.
The list of local users configured on this device.
- name(key)
The user name string identifying this entry
type: str
- password
The password for this entry
type: str
pattern: $0$.*|$1$[a-zA-Z0-9./]{1,8}$[a-zA-Z0-9./]{22}|$5$(rounds=\d+$)?[a-zA-Z0-9./]{1,16}$[a-zA-Z0-9./]{43}|$6$(rounds=\d+$)?[a-zA-Z0-9./]{1,16}$[a-zA-Z0-9./]{86}
- authorized_key
A list of public SSH keys for this user. These keys are allowed for SSH authentication, as described in RFC 4253
type: list of
AuthorizedKey