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)"