Quick fix – manchmal (rpi o. ä.) sinnvoll
- login & su to root
- nano /etc/ssh/sshd_config
- strg + w – type: PermitRootLogin
- remove # before line
- Make sure it says „PermitRootLogin yes“
- strg + x
- y
- enter
- restart ssh server: service sshd restart
Sicherheitstechnisch nicht empfehlenswert.