From 84faf57b30702f8e1ca1183ab216e26650be7a7c Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 14 May 2018 08:29:30 +0200 Subject: [SSH-7402] when SSH configuration has Match block, allow evaluation of full configuration --- include/tests_ssh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/tests_ssh') diff --git a/include/tests_ssh b/include/tests_ssh index 05c75d8d..8b000e24 100644 --- a/include/tests_ssh +++ b/include/tests_ssh @@ -46,7 +46,8 @@ # Store settings in a temporary file CreateTempFile SSH_DAEMON_OPTIONS_FILE="${TEMP_FILE}" - ${SSHDBINARY} -T 2> /dev/null > ${SSH_DAEMON_OPTIONS_FILE} + # Use a non-existing user, to ensure that systems that have a Match block configured, will be evaluated as well + ${SSHDBINARY} -T sshd-C user=doesnotexist,host=none,addr=none 2> /dev/null > ${SSH_DAEMON_OPTIONS_FILE} else Display --indent 2 --text "- Checking running SSH daemon" --result "${STATUS_NOT_FOUND}" --color WHITE fi -- cgit v1.2.3