Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down