Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'A script to workaround slow ssh connection issues' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
A script to workaround slow ssh connection issues
Authored by: linuxdude on Fri, Dec 28 2007 at 10:23AM PST
I've experienced a similar problem on Linux systems. I believe that some versions of ssh by default try to resolve a hostnames using IPv6 first, then IPv4. The fix was to use the ssh -4 option. To make that happen every time, create an alias for ssh and define it to be "ssh -4".

[ Reply to This | # ]