From: Ian Jackson Date: Fri, 3 Jul 2009 18:52:21 +0000 (+0100) Subject: invoke ssh with compression on X-Git-Tag: 1.9.2~59 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=d1fcc2ffc3376b26ce4b08e31240bd3cf690d65b invoke ssh with compression on --- diff --git a/pctb/dictionary-manager b/pctb/dictionary-manager index e7aaff5..5d8ea10 100755 --- a/pctb/dictionary-manager +++ b/pctb/dictionary-manager @@ -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"