I used to be able to connect to my Pi over SSH but after an erase + reinstallation of Raspbian (after lost of pwd), I now get a port 22: connection refused.
I got latest Raspbian installed on the Pi (downloaded here and installed following these instructions).
I've checked this and this but I don't have any boot_enable_ssh.rc file on the boot partition and I'm not able to edit the ext3 partition (I'm using a Mac) so I can't perform Oli's solution.
I've also tried to Rename /etc/rc2.d/ssh/K??ssh to /etc/rc2.d/ssh/S02ssh but it didn't work.
Thusly :
- How can I check if SSH is indeed enabled on my Pi without any computer or keyboard ?
- And if it's not how to enable it ?
Btw, when doing a nmap, I've noticed that my Pi got a strange name l.home:
Nmap scan report for l.home (192.168.1.15)
Any help would be strongly appreciated !