From e0fe4035e04ae3f47813f15ff3fd352acaae448c Mon Sep 17 00:00:00 2001 From: FAXES <31368070+FAXES@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:21:32 +1100 Subject: [PATCH] Updated steps --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.