From 76b4afb14d441fb3e1d2c6b616cea263df1faf48 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 18 Sep 2017 19:18:11 +0200 Subject: [PATCH] [SSH-7408] set default 'delayed' compression as a sane value --- include/tests_ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_ssh b/include/tests_ssh index 62055487..b4c65451 100644 --- a/include/tests_ssh +++ b/include/tests_ssh @@ -110,7 +110,7 @@ SSHOPS="AllowTcpForwarding:NO,LOCAL,YES:=\ ClientAliveCountMax:2,4,16:<\ ClientAliveInterval:300,600,900:<\ - Compression:NO,DELAYED,YES:=\ + Compression:(DELAYED|NO),,YES:=\ FingerprintHash:SHA256,MD5,:=\ GatewayPorts:NO,,YES:=\ IgnoreRhosts:YES,,NO:=\