How to activate root access via SSH (Putty)
1)cd [space] /etc/ssh
2)Under /etc/ssh# folder type the following; nano sshd_config
3)then Enable PermitRootLogin to yes and PasswordAuthentication to yes
4)Press CTRL O to save and CTRL X to exit
5)Restart the SSHD with the following command; systemctl restart sshd
Done!
Post a Comment