ΒΆ
SSH root Login
Open the
/etc/ssh/sshd_config
:
nano /etc/ssh/sshd_config
Uncomment the line
PermitRootLogin
and set the value to yes:
PermitRootLogin yes
To make the new setting take effect, restart the ssh server:
systemctl restart sshd.service