mirror of https://github.com/CISOfy/lynis.git
[INSE-8312] corrected text
This commit is contained in:
parent
44fb7efd64
commit
610f70d5aa
|
@ -385,7 +385,7 @@
|
||||||
if [ ${FOUND} -eq 1 ]; then
|
if [ ${FOUND} -eq 1 ]; then
|
||||||
LogText "Result: telnet server is installed"
|
LogText "Result: telnet server is installed"
|
||||||
Display --indent 2 --text "- Installed telnet server package" --result "${STATUS_FOUND}" --color YELLOW
|
Display --indent 2 --text "- Installed telnet server package" --result "${STATUS_FOUND}" --color YELLOW
|
||||||
ReportSuggestion "${TEST_NO}" "Removing the ${FOUND} package and replace with SSH when possible"
|
ReportSuggestion "${TEST_NO}" "Removing the telnet server package and replace with SSH when possible"
|
||||||
Report "insecure_service[]=telnet-server"
|
Report "insecure_service[]=telnet-server"
|
||||||
else
|
else
|
||||||
LogText "Result: telnet server is NOT installed"
|
LogText "Result: telnet server is NOT installed"
|
||||||
|
|
Loading…
Reference in New Issue