My sshd won’t start at bootup. I have to type it in manually (sudo service ssh start).
I’ve posted a question on how to start ssh at bootup (How to start SSH daemon on boot on Linux Mint Debian v2), but, everything I’ve tried has not worked.
I checked /var/log/boot.log, it actually says:
[ ok ] Starting OpenBSD Secure Shell server: sshd
However, when I type ps -A | grep ssh, sshd does not show up. If I start it manually (sudo service ssh start), it does show up. Is there a specific log for SSH that I can check?
I’m using LMDE v2, 64-bit, Mate.