From d191bed2d785b29786aac8489350fd6c652936c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Boraty=C5=84ski?= Date: Sat, 5 Dec 2015 21:37:27 +0100 Subject: [PATCH] Improved [SSH-7408] with 'ClientAliveInterval'. --- include/tests_ssh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/tests_ssh b/include/tests_ssh index 13ae7e8f..290be929 100644 --- a/include/tests_ssh +++ b/include/tests_ssh @@ -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`