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: currawong on May 31, '05 09:53:54PM

You can also do this on the command line with individual connections:

ssh -o AddressFamily="inet" -l loginname host.domain.com

In my .tcshrc file (I use tcsh not bash, so this wont be the same for everyone) I alias commonly used connections this way:

alias myserver "ssh -o AddressFamily="inet" -l loginname myserver.com"

Makes life much easier.



[ Reply to This | # ]