[ Prev ] [ Index ] [ Next ]

Accept remote logins as root

Created Tuesday 06 October 2020

Edit the file /ets/ssh/sshd_config and change the line:

PermitRootLogin prohibit-password

to:

PermitRootLogin yes

Then restart the ssh services:

service ssh restart