On 6 Dec 2004 10:27:12 -0800, Daniel Camps <(E-Mail Removed)> wrote:
> I have a machine in my LAN running a SSH server, I want to connect
> from another machine to that one doing an ssh, and I get the following
> error:
>
> []$ ssh 192.168.0.1
> ssh: connect to host 192.168.0.1 port 22: No route to host
>
> I have connectivity to that machine :
>
> []$ ping 192.168.0.1
> PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
> 64 bytes from 192.168.0.1: icmp_seq=0 ttl=64 time=0.986 ms
> 64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.431 ms
>
> So what's the problem, why is SSH complaining about the connectivity
> when there is connectivity ?
> I have tested the SSH server in my server machine just by doing "ssh
> 127.0.0.1", and is working, so the problem seems to be in the client
> part.
Your firewall on the sshd box may be blocking. If it was a hosts.allow or
hosts.deny problem or the sshd box could not find a name for your IP, I
would suspect it would say "connection refused" instead.
|