Set higher CompressionLevel than defaut for my home slow/costly inet.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 31 Jul 2010 19:21:25 +0300
changeset 89 92844597e8d7
parent 88 0b8ef20d38f0
child 90 56c86e8dc799
Set higher CompressionLevel than defaut for my home slow/costly inet.
.ssh/config
--- 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