diff --git a/README.md b/README.md index 8d48f1d..d4ba494 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ ## Getting Started * Type `sudo nano /etc/ssh/sshd_config` -* Scroll Down until you see `#PermitRootLogin prohibit-password` change that to `PermitRootLogin yes` then Save. -* Type `sudo passwd your_password` - Enter New Password, then again. -* Once that is done do `service sshd restart` -* Then login using user `root` and password `your_password` +* Scroll Down until you see `#PermitRootLogin prohibit-password` change that to `PermitRootLogin yes` then save +* Type `sudo passwd root` - Enter New Password, then again +* Once that is done do `service sshd restart` - you may need to confirm the `ubuntu` password +* Then login using user `root` and password you created Hope it works for you.