As root, edit the SSH configuration on target computer:
nano /etc/ssh/sshd_config
find the line:
#PermitRootLogin prohibit-password
add this line bellow:
PermitRootLogin yes
Restart SSH:
systemctl restart ssh
very very slowly
As root, edit the SSH configuration on target computer:
nano /etc/ssh/sshd_config
find the line:
#PermitRootLogin prohibit-password
add this line bellow:
PermitRootLogin yes
Restart SSH:
systemctl restart ssh