View Single Post
Posts: 16 | Thanked: 2 times | Joined on Jan 2010
#6
You can also check the output of
Code:
netstat -tlnp | grep 22
if there's really something listening on port 22

edit: just read that you've already checked if the port's open.

two other suggestions:
- test if you can ssh into "localhost" on your computer.
- I had once a problem because my firewall (in this case firestarter) blocked outside ssh connections.

Last edited by matze; 2010-09-07 at 09:29.