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