I'm trying to ssh from my laptop to my desktop (both fedora 14) over a local network. I can ping my desktop and get responses, but if I ssh to it, I receive
ssh: connect to host 192.168.100.xxx port 22: No route to host
I can ssh from the desktop to itself. What might the problem be?
nmap -sS -F <ip-address-of-desktop>and it appears that port 22 is not open even though sshd is running. How do I fix this? – jonderry Mar 9 '11 at 21:42