356
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter U Commands
username
Examples This example shows how to create a user account with a password:
switch(config)# username user1 password Ci5co321
switch(config)#
This example shows how to configure the SSH key for a user account:
switch(config)# username user1 sshkey file bootflash:key_file
switch(config)#
This example shows how to configure the privilege level for a user account:
switch(config)# username user1 priv-lvl 15
switch(config)#
Related Commands Command Description
feature privilege Enables the cumulative privilege of roles for command authorization on
TACACS+ servers.
show privilege Displays the current privilege level, username, and status of cumulative
privilege support for a user.
show user-account Displays the user account configuration.