Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2017-09-18 20:18:11 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-09-18 20:18:11 +0300
commit76b4afb14d441fb3e1d2c6b616cea263df1faf48 (patch)
tree8e281e1c5d600dc68d286b5a616128865e8ac878 /include/tests_ssh
parent053535ec3747fe56ced91f4e44c0cedfe0cf1d8a (diff)
[SSH-7408] set default 'delayed' compression as a sane value
Diffstat (limited to 'include/tests_ssh')
-rw-r--r--include/tests_ssh2
1 files changed, 1 insertions, 1 deletions
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:=\