Question
How to log in the server as root after setting PermitRootLogin to no in /etc/ssh/sshd_config
I have set the PermitRootLogin
to no
in /etc/ssh/sshd_config
by following the tutorial Initial Server Setup with Ubuntu 14.04. Now I cannot log in as root.
How can i log in as root? Thank you.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×