Re: Weird issue with SSH
Reply #1 –
To get some info you could try:
$ ip route show
$ cat /etc/resolv.conf
and compare the output on various machines using the working and non-working connection methods. You might need to be on the same network, ie check the last field from ip route show that the left hand numbers are the same, also perhaps look at the nameservers in resolv.conf? I haven't encountered something like this so can't say for sure, but I would think those details could be worth looking at for a start.