Set higher CompressionLevel than defaut for my home slow/costly inet.
--- a/.ssh/config Sat Jul 31 19:16:37 2010 +0300
+++ b/.ssh/config Sat Jul 31 19:21:25 2010 +0300
@@ -10,6 +10,9 @@
# Enable compression. To turn on it manually invoke ssh with -C key.
Compression yes
+# CompressionLevel has value 1..9 (fast..slow/best) with default 6.
+# Applicable for SSH protocol version 1.
+CompressionLevel 8
# Prefer public key authentication.
PreferredAuthentications publickey,keyboard-interactive,password