Improved [SSH-7408] with 'ClientAliveInterval'.

This commit is contained in:
Kamil Boratyński 2015-12-05 21:37:27 +01:00
parent 7bcf442a1e
commit d191bed2d7
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@
VerifyReverseMapping:YES,,NO:=\
X11Forwarding:NO,,YES:=\
MaxAuthTries:1,3,6:<\
ClientAliveCountMax:2,4,16:<"
ClientAliveCountMax:2,4,16:<\
ClientAliveInterval:300,600,900:<"
for I in ${SSHOPS}; do
OPTIONNAME=`echo ${I} | cut -d ':' -f1`