How to change the root Password using SSH

Changing your Root Password Using SSH


This article will show you how to change the root password for your Root Server using SSH



For security reasons we recommend you change the master password during your first SSH session.

To change your password, enter the command

passwd

root in the prompt which displays, for example root@yourserver. In the three prompt lines which follow, insert the information Linux® asks for, i. e.:

*
Enter existing login password:

Asks you to enter your current root password;
*
New password:

Asks you to enter your new password, and
*
Re-enter new password:

Asks you to re-enter your new password.



Once you have done this, you will have changed your master password for your server successfully. Please make a note of the changed access data and make sure to keep it safe from unauthorized access.

Please Note:
Make sure you remember the new password you have chosen. In the event of losing your password, accessing your server — even by our technicians — will be absolutely impossible.

Was this answer helpful?

 Print this Article

Also Read

Delete SSH Keys

Linux Lock An Account # passwd -l userName # passwd -l vivek FreeBSD Local An Account # pw...

HowTo: Verify My NTP Working Or Not

You can use any one of the following program to verify ntp client configuration: ntpq -...

Nginx Block And Deny IP Address OR Network Subnets

How do I block or deny access based on the host name or IP address of the client visiting...

Nginx: Custom Error 403 Page Not Working with IP Deny Configuration

I block or deny access based on the host name or IP address of the client visiting website under...

How Do I Block an IP Address on My Linux server?

How do I block an IP address or subnet under Linux operating system? In order to block an IP on...