account
The account
command is used to create, delete, and modify user accounts for Makito X Series devices.
Note
Only an administrator can use the account
command.
Important
Makito X Series devices ship from the factory with only the admin
account enabled. For security reasons, the two default user accounts (user
and operator
) are locked at the factory as well as after a factory reset. An administrator must unlock them and change the passwords to use them for the first time.
Synopsis
account uname create [role=admin] |
Actions
Action | Description |
---|---|
create | Creates a new user account. See Parameters below for roles. You will be prompted to enter and confirm the initial password. |
get | Displays the account information for the user or the Makito X device, including account name, role, state, password expiry status, and public key(s). |
list | Lists the account information for the user or the Makito X device in table format. |
passwd | Modifies the user account password. You will be prompted to enter and confirm the password (which the user will have to change upon first login). For the allowed characters, see "Changing Your Password" (link below). |
pubkey add|remove keyfile | Adds or removes a public key to the user account. See "Managing Public Key Authentication" (link below) for more information. |
pubkey list | Lists any public key files that have been uploaded for this account. |
lock | Locks the user account (if Enabled). |
unlock | Unlocks the user account (if Locked). |
delete | Deletes the user account. |
Parameters
Parameter | Default | Description/Values |
---|---|---|
role | Administrator | Use with the
For details on roles, see "Role-based Authorization" (link below). |
Examples
# account all list Returns the list of all accounts, for example: name role state pwd expiry pubk |
Related Topics
- Managing User Accounts
- Account Settings
- Managing Public Key Authentication
- Changing Your Password (lists allowed characters under "Password Requirements")
- Role-based Authorization