Edit file /etc/ssh/sshd_config
:
vi /etc/ssh/sshd_config |
Uncomment this line:
PermitRootLogin yes |
Restart SSH server:
service sshd restart |
You might also like the following…
How to allow Root Login under Ubuntu
Edit file /etc/ssh/sshd_config
:
vi /etc/ssh/sshd_config |
Uncomment this line:
PermitRootLogin yes |
Restart SSH server:
service sshd restart |
You might also like the following…
How to allow Root Login under Ubuntu