From 52ad74c5ce9570421eb08f6eb7af8a693dc845f5 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 11 Jun 2016 14:45:17 +0200 Subject: [PATCH] [SSH-7408] Show SSH items as a suggestion on screen, like in the report --- include/tests_ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_ssh b/include/tests_ssh index a78a44ef..bcbdf0c4 100644 --- a/include/tests_ssh +++ b/include/tests_ssh @@ -214,7 +214,7 @@ LogText "Result: SSH option ${OPTIONNAME} is in a weak configuration state and should be fixed" ReportSuggestion ${TEST_NO} "Consider hardening SSH configuration" "${OPTIONNAME} (${FOUNDVALUE} --> ${EXPECTEDVALUE})" "-" ReportDetails --test "${TEST_NO}" --service "sshd" --field "${OPTIONNAME}" --value "${FOUNDVALUE}" --preferredvalue "${EXPECTEDVALUE}" --description "sshd option ${OPTIONNAME}" - Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result WARNING --color RED + Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result SUGGESTION --color RED AddHP 0 3 elif [ "${RESULT}" = "UNKNOWN" ]; then LogText "Result: Value of SSH option ${OPTIONNAME} is unknown (not defined)"