How to enable ssh root access on Ubuntu 14.04

​Set the password for root account and followed by below step.​

You also need to edit /etc/ssh/sshd_config, and comment out the following line:

PermitRootLogin without-password  

Just below it, add the following line:

PermitRootLogin yes  

Then restart SSH:

service ssh restart  

Popular posts from this blog

cognos content store database tables

How to fix: User, group, or role '*' already exists in the current database. (Microsoft SQL Server, Error: 15023)