Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Remove SSH connection delay' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Remove SSH connection delay
Authored by: maestric on Jul 06, '07 01:13:27PM
Add this line to /etc/ssh_config:
GSSAPIKeyExchange no
That's it ! (It's yes by default).
I figured this out by comparing the ssh_config file to a Linux ssh_config file.

[ Reply to This | # ]