ssh: connect to host 192.168.0.185 port 22: Connection refused
http://freedombox/plinth/sys/ssh/ reports:
Service Secure Shell (SSH) Server is not running.
Now I am next to my Raspberry 2 model B, but this can be a problem when I am away, because still wasn’t able to access the FreedomBox trough WAN (still debugging).
What can be done to prevent such failures in future?
Trying to start from _cockpit
5:07 PM
Failed to start OpenBSD Secure Shell server.
systemd
5:07 PM
ssh.service: Failed with result 'exit-code'.
systemd
5:07 PM
ssh.service: Start request repeated too quickly.
systemd
5:07 PM
Stopped OpenBSD Secure Shell server.
systemd
5:07 PM
ssh.service: Scheduled restart job, restart counter is at 5.
systemd
no journalctl -f messages after upgrade; not even when I press the Start serviceaction-button on http://freedombox/_cockpit/system/services#/ssh.service
Is there at least some free disk space on the machine?
Have you disabled SSH password based authentication in FreedomBox interface?
No. Disable password authentication checkbox still empty on http://freedombox/plinth/sys/ssh/
Please post /etc/ssh/sshd_config and /etc/ssh/sshd_config.d/*.
Aaaand Yess! Thank you, i am responsible for this: I was trying to enable utf8 support for console following this stack and added SendEnv LANG LC_* to the end of /etc/ssh/ssh_config.Now removed, and instantly see
Failed password for root from 61.177.173.28 port 11756 ssh2
repeated in Service logs
Thank you for the support.
Wish you a all the best to keep up with this amazing project.
I am trying to follow up to be able to support it somehow.