|
Hello,
Can you please provide us with the output of `netstat -plantu`?
You may be running into a network issue, a firewall issue (check iptables), or even an issue related to fail2ban (or similar). If you have set up fail2ban, iptables, UFW, denyhosts, etc you will want to make sure your IP isn't listed.
If `netstat -plantu` shows port 22 (SSH) open, then I would recommend looking into your firewall rules to ensure it's not related to firewall.
Also, you shouldn't use the direct `/etc/init.d` reference on Ubuntu 14.04. Instead, use `service`.
What does `service ssh status` give you? Does it say it's running? What about `ps -A | grep ssh`?
Thanks,
Dave.
|