mirror of https://github.com/CISOfy/lynis.git
[SSH-7408] set default 'delayed' compression as a sane value
This commit is contained in:
parent
053535ec37
commit
76b4afb14d
|
@ -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:=\
|
||||
|
|
Loading…
Reference in New Issue