Allow SSH Root Access
Pre-Requisite: Please make sure that you know your root password before doing this.
Steps To Allow SSH Root Access:
- Go to /etc/ssh/ folder.
- Edit sshd_config file.
- Search for PermitRootLogin.
- Make sure that PermitRootLogin is set to yes and there is no # in front of it.
- Now search for PasswordAuthentication and make sure that it is set to yes and there is no # in front of it.
- After change, please make sure that you save it.
- Now try to login by using Putty or any SSH client.
- If you can login, it means you already success.

Comments