From 160d1b26cc5762f88c3e9fa23db1fa5118097167 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 2 Jul 2025 18:44:46 -0500 Subject: [PATCH] fixed in ubuntu. will test on debian next. --- ProjectCode/Modules/Security/secharden-ssh.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ProjectCode/Modules/Security/secharden-ssh.sh b/ProjectCode/Modules/Security/secharden-ssh.sh index c0e3232..6a5dfa7 100644 --- a/ProjectCode/Modules/Security/secharden-ssh.sh +++ b/ProjectCode/Modules/Security/secharden-ssh.sh @@ -58,8 +58,6 @@ cat ../../ConfigFiles/SSH/Configs/tsys-sshd-config >/etc/ssh/sshd_config #Don't deploy this config to a ubuntu server, it breaks openssh server. Works on kali/debian. -set -x - export UBUNTU_CHECK UBUNTU_CHECK="$(distro | grep -c Ubuntu)"