From ce5bb0be6f7494045d854706a2b31685025849a3 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 2 Jul 2025 18:43:18 -0500 Subject: [PATCH] . --- ProjectCode/Modules/Security/secharden-ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectCode/Modules/Security/secharden-ssh.sh b/ProjectCode/Modules/Security/secharden-ssh.sh index c6465dd..c0e3232 100644 --- a/ProjectCode/Modules/Security/secharden-ssh.sh +++ b/ProjectCode/Modules/Security/secharden-ssh.sh @@ -65,11 +65,11 @@ UBUNTU_CHECK="$(distro | grep -c Ubuntu)" if [ "$UBUNTU_CHECK" -ne 1 ]; then cat ../../ConfigFiles/SSH/Configs/ssh-audit-hardening.conf >/etc/ssh/sshd_config.d/ssh-audit_hardening.conf + chmod og-rwx /etc/ssh/sshd_config.d/* fi # Perms on sshd_config chmod og-rwx /etc/ssh/sshd_config -chmod og-rwx /etc/ssh/sshd_config.d/* #todo