Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagedelphi
sudo passwd root
sudo apt-get update
sudo apt-get upgrade

sudo sed -i "s/PasswordAuthentication no/PasswordAuthentication yes/" /

Modificar archivo /etc/ssh/sshd_config

...

con los siguientes valores:


PasswordAuthentication yes
PermitRootLogin yes

Ejecutar sudo systemctl restart ssh

Configurar:  sudo vi /etc/network/interfaces 

...