diff --git a/include/tests_ssh b/include/tests_ssh index 6ab6f193..43bf7145 100644 --- a/include/tests_ssh +++ b/include/tests_ssh @@ -312,7 +312,7 @@ # AllowGroups FIND=$(${GREPBINARY} -E -i "^AllowGroups" ${SSH_DAEMON_OPTIONS_FILE} | ${AWKBINARY} '{ print $2 }') if [ -n "${FIND}" ]; then - LogText "Result: AllowUsers set ${FIND}" + LogText "Result: AllowGroups set ${FIND}" Display --indent 4 --text "- OpenSSH option: AllowGroups" --result "${STATUS_FOUND}" --color GREEN FOUND=1 else