[HowTo] Habilitar acceso SSH para usuario root
Posted: sábado, 30 de marzo de 2019 by Termita in Etiquetas: linux, RaspberryPi, Raspbian, root, sistemas operativos, ssh
0
cp /etc/ssh/sshd_config /etc/ssh/sshd_config_bak
sudo nano /etc/ssh/sshd_config
Sustituir la línea PermitRootLogin without-password por PermitRootLogin yes
Establecer PasswordAuthentication yes
service ssh restart
fuentes: