user radiusAdd

Add a RADIUS-authenticated user. This command adds a new administrative LunaSH (command line) user. This command is available only to the admin account.

LunaSH user names can be 1-32 characters in length, chosen from letters a-z, or A-Z, numbers 0-9, the dash, the dot, or the underscore:

abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._

No spaces are allowed. User names cannot begin with a dot, dash, or number. As with any secure system, no two users (regardless of role) can have the same name.

After the new, named administrative user is created, it can authenticate via RADIUS only. The newly-created administrative user cannot do anything in LunaSH until the admin assigns it a role with the user role add command.

User Privileges

Users with the following privileges can perform this command:

>Admin

Syntax

user radiusAdd -username <username>

Argument(s) Shortcut Description
-username <username> -u Specifies the user name of the user to add.

Example

lunash:>user radiusAdd -username jon

Stopping sshd:                                             [  OK  ]

Starting sshd:                                             [  OK  ]

Command Result : 0 (Success)