[LUNI] SSH takes a lonnnnnng time

lembark at wrkhors.com lembark at wrkhors.com
Thu Mar 7 14:53:02 CST 2002


> 
> ssh -l jstrauss 192.168.5.10
> 
> This connects instantaneously.  But when I use Putty from my windows
> machine, it takes forever (3 min) to get the login prompt, then
> forever to
> authenticate (another couple minutes).  Once I'm in it seems normal. 
> The
> machines can ping each other fine.

Try:

    ssh -4 -l $username $hostname;

depending on whether the version of ssh was compiled to 
prefer IPv6 or IPv4 it may be timing out on the IPv6
before validating the address using IPv4.

--
Steven Lembark                              2930 W. Palmer
Workhorse Computing                      Chicago, IL 60647
                                           +1 800 762 1582



More information about the luni mailing list