Changing the nz or root user passwords

Learn how to change the nz user or root (OS users) passwords.

Procedure

  1. Log in to the NPS host with the root user.
  2. Use the passwd Linux command to change the password of the nz or root user:
    Example for nz:
    [root@nps_host ~]# passwd nz
    Changing password for user nz.
    New password:
    Retype new password:
    passwd: all authentication tokens updated successfully.
    [root@nps_host ~]# 
  3. To persist these changes across all nodes, redeploy the container.