I have had my PI for quite a while and SSH was working just fine. Now when I try to connect to it, it either says that there was a timeout or that the host is down. I have tried reinstalling sshd by doing
- Code: Select all
sudo bash;
apt-get --purge remove ssh;
apt-get --purge autoremove;
apt-get install ssh;
update-rc.d ssh defaults;
reboot
But I still get this upon reconnecting:

I set the IP to static in /etc/network/interfaces over wifi. I have a lighttpd server running on my Pi right now which can still be accessed (http://pi.notrodash.co.uk/)
Any help would be greatly appreciated