mirror of https://github.com/CISOfy/lynis.git
Improved [SSH-7408] with 'PermitTunnel'.
This commit is contained in:
parent
490fd6d5ec
commit
785119824e
|
@ -118,7 +118,8 @@
|
||||||
MaxStartups:4,8,16:<\
|
MaxStartups:4,8,16:<\
|
||||||
MaxSessions:2,4,8:<
|
MaxSessions:2,4,8:<
|
||||||
PermitUserEnvironment:NO,,YES:=\
|
PermitUserEnvironment:NO,,YES:=\
|
||||||
GatewayPorts:NO,,YES:="
|
GatewayPorts:NO,,YES:=\
|
||||||
|
PermitTunnel:NO,,YES:="
|
||||||
|
|
||||||
for I in ${SSHOPS}; do
|
for I in ${SSHOPS}; do
|
||||||
OPTIONNAME=`echo ${I} | cut -d ':' -f1`
|
OPTIONNAME=`echo ${I} | cut -d ':' -f1`
|
||||||
|
|
Loading…
Reference in New Issue