Permitir Login Como root
editar /etc/ssh/sshd_config e alterar
# PermitRootLogin without-password
para
# PermitRootLogin yes
Alterar ou descomentar
# PasswordAuthentication yes
Reiniciar o serviço
# service ssh restart
Permitir Login Como root
# PermitRootLogin without-password
# PermitRootLogin yes
# PasswordAuthentication yes
# service ssh restart