In addition to the other suggestions that were made in this thread, it
is useful to specify the blowfish cipher to speed things up on slower
machines. Here is a sample .ssh/config entry that helps:

Host dog-slow
   Cipher blowfish
   Compression no

I have found that the initial connection time is cut in half by using
these settings.

-- Mark

Reply via email to