From 5544c321c2541b94753f34f9c6d7ca7500f2566c Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sun, 6 Sep 2009 18:55:53 +0200 Subject: [PATCH] force sue of compression Signed-off-by: Pierre Habouzit --- ssh/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ssh/config b/ssh/config index 2b20128..136426e 100644 --- a/ssh/config +++ b/ssh/config @@ -1,6 +1,7 @@ HashKnownHosts no -ControlMaster auto -ControlPath ~/.cache/ssh/%l_%r@%h:%p +ControlMaster auto +ControlPath ~/.cache/ssh/%l_%r@%h:%p +Compression yes VerifyHostKeyDNS yes Host * -- 2.20.1