chiark / gitweb /
invoke ssh with compression on
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Fri, 3 Jul 2009 18:52:21 +0000 (19:52 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Fri, 3 Jul 2009 18:52:21 +0000 (19:52 +0100)
pctb/dictionary-manager

index e7aaff5831520a1ca03c9a1d571ae9d257f566ab..5d8ea10af221a22934e5f050f3501f252f6cd6e9 100755 (executable)
@@ -1266,7 +1266,7 @@ proc main/approve {} {
     switch -glob $userhost {
        {} { }
        {* *} { set cmd $userhost }
-       * { set cmd [concat [list ssh $userhost] $cmd] }
+       * { set cmd [concat [list ssh -o compression=yes $userhost] $cmd] }
     }
     debug "APPROVER RUNS $cmd"