Hi,
I just enabled the root password to my Retropie, following these instructions:
https://github.com/RetroPie/RetroPie-Setup/wiki/FAQ#why-cant-i-ssh-as-root-anymore
My problem is that now I cannot ssh to my Pi anymore using putty, I am not even asked for a password, simply “connection refused” before I can enter any password.
in the raspi-config, ssh is enabled!
How do I disable the root password again? When I do sudo passwd root, I cannot enter an empty password.
And how can I make SSH work for any user, i.e. pi and root?
Edit:
even when I try locally on my raspberry to
ssh pi@localhost, I get a “connection refused” error message