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: regulus on Apr 20, '06 12:01:06AM

This didn't work for me either. The only fix that's worked for me was to add the computer I'm trying to connect to into the /etc/hosts file. I added the following line at the beginning of my hosts file...

192.168.1.201 g4

then I can connect with either of the following commands...

ssh loginname@g4
ssh loginname@192.168.1.201



[ Reply to This | # ]