I need compression for slow home 3G/GPRS connection.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 31 Jul 2010 19:16:37 +0300
changeset 88 0b8ef20d38f0
parent 87 63b568f99e3c
child 89 92844597e8d7
I need compression for slow home 3G/GPRS connection.
.ssh/config
--- a/.ssh/config	Wed Jul 28 22:52:12 2010 +0300
+++ b/.ssh/config	Sat Jul 31 19:16:37 2010 +0300
@@ -9,7 +9,7 @@
 # UserKnownHostsFile ~/.ssh/known_hosts
 
 # Enable compression. To turn on it manually invoke ssh with -C key.
-# Compression yes
+Compression yes
 
 # Prefer public key authentication.
 PreferredAuthentications publickey,keyboard-interactive,password