To add a user who can access the Cisco CDA appliance using SSH, use the username command in Configuration mode. If the user already exists, the password, the privilege level, or both change with this command. To delete the user from the system, use the no form of this command.
username username password {hash | plain} password role {admin | user] [disabled [email email-address]] [email email-address]
For an existing user, use the following command option:
username username password role {admin | user} password
The initial user during setup.
The username command requires that the username and password keywords precede the hash | plain and the admin | user options.
/admin(config)# username
admin password hash ###### role admin
/admin(config)# username
admin password plain Secr3tp@swd role admin
/admin(config)# username
admin password plain Secr3tp@swd role admin email admin123@mydomain.com
Displays a list of users and their privilege level. It also displays a list of logged-in users. |