Changing the Admin Password in SONiC

Changing the Admin Password in SONiC

To enhance security, it’s important to change the admin password in SONiC regularly. Follow these steps to change the password for the admin user.

  1. Run the Password Change Command: Execute the following command to initiate the password change:
    sudo passwd admin

  2. Enter the New Password: You will be prompted to enter a new password. Type in the desired password and press Enter.
    Prompt:
    New password-

  3. Retype the New Password: To confirm, re-enter the new password when prompted.
    Prompt:
    Retype new password-


    • Related Articles

    • How to do Admin password change in SONiC?

      admin@sonic:~$ sudo passwd admin New password- (Enter the new password)Retype new password- (Re-Enter the new password
    • Username and Password Configuration in SONiC

      Adding and Managing Users To configure usernames and passwords in SONiC, follow these steps: Add a New User To add a new user, use the command: sudo useradd <new-username> Example: admin@sonic:~$ sudo useradd new-username Change User Password To set ...
    • How to do Username & Password configuration in SONic

      Users shall use the linux command "useradd" to add new users. Users shall use the linux command "passwd" to change the password for the specific username. admin@sonic:~$ sudo useradd new-username admin@sonic:~$ sudo passwd new-username New password- ...
    • Where can I get the Configuration guide for SONiC

      Attached document provides the details about the Configuration of SONiC
    • What is the procedure for Installation of SONiC ?

      Install SONiC ONIE Image Connect to switch via serial console. (Optional) Some switches may come with a NOS which will require you to uninstall the existing NOS first before you install SONiC. To do so, simply boot into ONIE and select Uninstall OS: ...