Change CLI Passwords

In order to change NexOSS CLI passwords, you have to login as user root, then type the “passwd” command followed by the actual username for which the password should be changed.

Example:

[root@server ~]# passwd ossadmin
Changing password for user ossadmin.
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
[root@server ~]#

Note: The CLI passwords don’t have to match the NexOSS UI passwords.