To enable root access to some server do following steps on this server:
# nano /etc/ssh/sshd_config- Uncomment line
permitRootLogin without-passwordand 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_configpermitRootLogin without-password and save file# service ssh restart# passwd root