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:
authorSteve Kolenich <kolenichsj@tutanota.com>2022-01-31 18:05:26 +0300
committerSteve Kolenich <kolenichsj@tutanota.com>2022-01-31 18:05:26 +0300
commiteb46f39c447b45db8198b4cf613c4129873492e1 (patch)
tree29870ea7577f1aa1640c965e8f08b0474e465c44 /include/tests_ssh
parent302b52c55d87b0c8dff05e5ae5e7ed61d43a9d51 (diff)
parentce4a0ce6bb3e4be5ad51b2fb054c4be5352abe74 (diff)
Merge remote-tracking branch 'origin/master' into alpine_apk
Diffstat (limited to 'include/tests_ssh')
-rw-r--r--include/tests_ssh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_ssh b/include/tests_ssh
index 7f31c348..de3209ee 100644
--- a/include/tests_ssh
+++ b/include/tests_ssh
@@ -74,7 +74,7 @@
LogText "Result: ${I}/sshd_config exists"
if [ ${FOUND} -eq 1 ]; then
ReportException "${TEST_NO}:01"
- LogText "Result: we already had found another sshd_config file. Using this new file then."
+ LogText "Result: we already found another sshd_config file. Using this new file instead of the previous one."
fi
FileIsReadable ${I}/sshd_config
if [ ${CANREAD} -eq 1 ]; then