Schlagwort-Archive: ssh

Debian 10 allow ssh root login

Quick fix – manchmal (rpi o. ä.) sinnvoll

  1. login & su to root
  2. nano /etc/ssh/sshd_config
  3. strg + w – type: PermitRootLogin
  4. remove # before line
  5. Make sure it says „PermitRootLogin yes“
  6. strg + x
  7. y
  8. enter
  9. restart ssh server: service sshd restart

Sicherheitstechnisch nicht empfehlenswert.