News about our company, tutorials about IT and much more you will find in this page.
By default, root access is blocked on Ubuntu 14.04, then lets unblock it.
Define password to root:
Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully
Password:
You need to edit /etc/ssh/sshd_config, please use command:
Find the line and change from:
PermitRootLogin without-password
Change to:
PermitRootLogin yes
Then, restart sshd: