Reference Guide

name — Text string for the user name (up to 63 characters).
encryption-type — Type of encryption to use. SHA512 (default), SHA256, or MD5.
password — Clear-text or hashed password string (up to 32 characters).
role — Use netoperator (default) or sysadmin for the role type.
Create user
OS10(config)# username smith password MD5 newuser role sysadmin
View users
OS10(config)# do show users
Index Line User Role Application Idle Location Login-Time Lock
----- ----- ------- -------- ----------- ----- ---------------------- ----
1 ttyS0 admin sysadmin login/clish . - 2016-04-14 02:06:00
SSH Server
The secure shell (SSH) server allows an SSH client to access an OS10 switch through a secure, encrypted connection.
You can congure the following in an SSH server:
The SSH server is enabled by default. You can disable the SSH server using no ip ssh server enable.
The challenge response authentication is disabled by default. You can enable using ip ssh server challenge-response-
authentication
.
The host-based authentication is disabled by default. You can enable using ip ssh server hostbased-authentication.
The password authentication is enabled by default. You can disable using no ip ssh server password-authentication.
The public key authentication is enabled by default. You can disable using no ip ssh server pubkey-authentication.
Congure the list of cipher algorithms using ip ssh server cipher cipher-list.
Congure Key Exchange algorithms using ip ssh server kex key-exchange-algorithm.
Congure hash message authentication code (HMAC) algorithms using ip ssh server mac hmac-algorithm.
Congure the SSH server listening port using ip ssh server port port-number.
Congure the SSH server to be reachable on the management VRF using ip ssh server vrf.
Security commands
aaa authentication
Congures the AAA authentication method for user access.
Syntax
aaa authentication {local | radius}
Parameters
local — Enter to use local (RBAC) access control.
radius — Enter to use the RADIUS server congured with the radius-server host command.
Default Not congured
Command Mode CONFIGURATION
Usage Information The no version of this command resets the value to the default.
System management 389