To enable root access to some server do following steps on this server:
# nano /etc/ssh/sshd_config
- Uncomment line
permitRootLogin without-password
and save file # service ssh restart
- Eventually set new password for root user:
# passwd root
To enable root access to some server do following steps on this server:
# nano /etc/ssh/sshd_config
permitRootLogin without-password
and save file# service ssh restart
# passwd root