Try the sshd test mode. It may point you to a reason for failure:
sshd -t
if "Unable to load host key"
Only needed to run in terminal:
ssh-keygen -A
Restart SSHservices sshd restart
or
/etc/init.d/ssh restart
Try the sshd test mode. It may point you to a reason for failure:
sshd -t
if "Unable to load host key"
Only needed to run in terminal:
ssh-keygen -A
Restart SSHservices sshd restart
or
/etc/init.d/ssh restart