mirror of https://github.com/CISOfy/lynis.git
Improved [SSH-7408] with 'LoginGraceTime'.
This commit is contained in:
parent
96dfb5cf15
commit
35b663cff9
|
@ -113,7 +113,8 @@
|
|||
MaxAuthTries:1,3,6:<\
|
||||
ClientAliveCountMax:2,4,16:<\
|
||||
ClientAliveInterval:300,600,900:<\
|
||||
Port:,,22:!"
|
||||
Port:,,22:!\
|
||||
LoginGraceTime:120,240,480:<"
|
||||
|
||||
for I in ${SSHOPS}; do
|
||||
OPTIONNAME=`echo ${I} | cut -d ':' -f1`
|
||||
|
|
Loading…
Reference in New Issue