Monday 1 February 2016

Enabling ssh root access on Ubuntu 14.04

1. Add password for root
2. edit /etc/ssh/sshd_config, and make changes as below:
# PermitRootLogin without-password
PermitRootLogin yes
Then restart SSH:
service ssh restart

No comments:

Post a Comment