From 96dfb5cf154d49d67f4aff41abef6efd67b9bb62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Boraty=C5=84ski?= Date: Sat, 5 Dec 2015 21:46:44 +0100 Subject: [PATCH] Improved [SSH-7408] with 'Port'. --- include/tests_ssh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/tests_ssh b/include/tests_ssh index b36e82a1..024a0605 100644 --- a/include/tests_ssh +++ b/include/tests_ssh @@ -112,7 +112,8 @@ X11Forwarding:NO,,YES:=\ MaxAuthTries:1,3,6:<\ ClientAliveCountMax:2,4,16:<\ - ClientAliveInterval:300,600,900:<" + ClientAliveInterval:300,600,900:<\ + Port:,,22:!" for I in ${SSHOPS}; do OPTIONNAME=`echo ${I} | cut -d ':' -f1`