Ubuntu failed to start sshd with an error: failed to start OpenBSD secure shell server

enter

sshd -T

will give you the reason for the error, my error is due to the openssl version.

sshd: /lib/x86_64-linux-gnu/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by sshd)


Read More: