We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f81b8a commit 1ba0fbcCopy full SHA for 1ba0fbc
hardening/sshd.sh
@@ -5,7 +5,7 @@
5
# Note: This configures sshd_config to the recommendations of the security auditing tool
6
# knonw as Lynis (https://github.com/CISOfy/lynis).
7
#
8
-# Version: v1.1.0
+# Version: v1.1.1
9
# License: MIT License
10
# Copyright (c) 2020-2022 Hunter T. (StrangeRanger)
11
@@ -64,6 +64,7 @@ if [[ -f $config_file_bak ]]; then
64
exit 1
65
}
66
;;
67
+ *) exit 0 ;;
68
esac
69
else
70
echo "Backing up 'sshd_config'..."
0 commit comments