Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/tests_ssh')
-rw-r--r--include/tests_ssh3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tests_ssh b/include/tests_ssh
index 8c13ff51..45957f44 100644
--- a/include/tests_ssh
+++ b/include/tests_ssh
@@ -225,6 +225,9 @@
LogText "Result: Option ${OPTIONNAME} not found in output"
Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result "NOT FOUND" --color WHITE
fi
+ else
+ LogText "Skipping atomic test ${OPTIONNAME}"
+ Display --indent 4 --text "- SSH optoin: ${OPTIONNAME}" --result SKIPPED --color WHITE
fi
done
fi