(I hope this question is appropriate to this forum, I apologize if it is not)
I'm trying to SSH to my home computer from work. My home machines are all behind a router, and I *can* SSH to that successfully, but when I try to SSH from the router to the machine, I get the following:
This happens when I try 'ssh [hostname]' and 'ssh [local ip of hostname]'.
I've also tried 'telnet hostname' just for kicks and that returns the following:
I've tried 'ssh [hostname]:22' as well as 80 and 1111 (which is the port I used to ssh into the router) all of which returned this error:
Finally, I've tried pinging the machine from the router and that just hangs.
The machine I'm trying to connect to has all connections enabled for sshd in hosts.allow and sshd is running. I'm trying to connect from a Vista machine through a Linksys WRT54G running DD-WRT firmware to a Gentoo Linux machine (if any of that matters). Please help!
I'm trying to SSH to my home computer from work. My home machines are all behind a router, and I *can* SSH to that successfully, but when I try to SSH from the router to the machine, I get the following:
Code:
ssh: exited: Error connecting: No rout to host
This happens when I try 'ssh [hostname]' and 'ssh [local ip of hostname]'.
I've also tried 'telnet hostname' just for kicks and that returns the following:
Code:
telnet: Unable to connect to remote host (local ip of hostname): No route to host
I've tried 'ssh [hostname]:22' as well as 80 and 1111 (which is the port I used to ssh into the router) all of which returned this error:
Code:
ssh: exited: Error connecting: Connection refused
Finally, I've tried pinging the machine from the router and that just hangs.
The machine I'm trying to connect to has all connections enabled for sshd in hosts.allow and sshd is running. I'm trying to connect from a Vista machine through a Linksys WRT54G running DD-WRT firmware to a Gentoo Linux machine (if any of that matters). Please help!