user
Digi TransPort WR Routers User Guide
487
user
Configures users and user access privileges.
Syntax
user <1 - 10> <parameter> <value>
Parameters
name
User names are case-insensitive strings, which must start with a letter or underscore (_), but
otherwise can contain letters, digits, underscores (_), or hyphens (-). In addition, they can end with a
dollar sign ($). No other characters are allowed.
Accepted value is any string up to 32 characters.
password
The password for the user.
Accepted value is any string up to 128 characters.
access
The user access level for the user. User access levels determine the level of control users have over
device features and their settings. The 'super' access permission allows the most control over
features and settings, and 'read-only' the lowest control over features and settings.
Accepted values can be one of read-only, read-write or super. The default value is super.
ssh-key
The base64 encoded SSH public key to use for authentication of this user
Accepted value is any string up to 716 characters.
ssh-key-type
The key type of the SSH public key
Accepted values can be one of none, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521,
ssh-ed25519 or ssh-rsa. The default value is none.
Examples
n
user 1 username _Username1234$
Valid user 1 username starting with _ and ending with $.
n
user 3 username userName-1234
Valid user 3 username containing a dash.