Showing posts with label Ubuntu 16.04 - Enable ssh root login. Show all posts
Showing posts with label Ubuntu 16.04 - Enable ssh root login. Show all posts

Monday, October 10, 2016

Ubuntu 16.04 - Enable ssh root login

Steps :

a) Edit file /etc/ssh/sshd_config
sudo nano /etc/ssh/sshd_config

b) Change following attribute.
FROM:
PermitRootLogin prohibit-password
TO:
PermitRootLogin yes


c) sudo service ssh restart