From ce45ec1684bdd29537ad71cddf068873ad230be9 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 2 Jul 2025 08:08:16 -0500 Subject: [PATCH] . --- ProjectCode/Modules/Security/secharden-ssh.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ProjectCode/Modules/Security/secharden-ssh.sh b/ProjectCode/Modules/Security/secharden-ssh.sh index 3e02fd8..49e76ed 100644 --- a/ProjectCode/Modules/Security/secharden-ssh.sh +++ b/ProjectCode/Modules/Security/secharden-ssh.sh @@ -33,6 +33,8 @@ for file in ${ProjectIncludeFiles[@]}; do done unset IFS +echo $PWD + cat ../../ConfigFiles/SSH/Configs/tsys-sshd-config > /etc/ssh/sshd_config cat ../../ConfigFiles/SSH/Configs/ssh-audit-hardening.conf > /etc/ssh/sshd_config.d/ssh-audit_hardening.conf