changeset 89 | 92844597e8d7 |
parent 88 | 0b8ef20d38f0 |
child 222 | 8111e9e127f5 |
--- 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