User Management

The commands for user management are available at the users level. In this section the commands for creation and removal of users and setting authentication methods on SSH server are described. The device allows to add up to 10 users.

To create a user, use the following command:

PMC> create users <username>

Then the user should set an authentication method and password and/or public key. The authentication method must be set before the user can start working in the system.

By default there is one user admin with default password password.

Available authentication methods include password and ECDSA public key. It is possible to set one or both of these methods for the user at the same time.

To set password authentication, use the following command:

PMC> set users <username> password <password_value>

To set ECDSA public key authentication, use the following command:

PMC> set users <username> key <public_key_type> <public_key>

To disable one of authentication methods, remove key or password. Use the command with the delete action.

PMC> delete users <username> <password | key>

To view information about all users or a certain user, use the following command (login, authentication method and public key are shown):

PMC> show users PMC> show users <username>