diff --git a/Fedora-Server-40.sh b/Fedora-Server-40.sh index b01ba95..eaf16fc 100644 --- a/Fedora-Server-40.sh +++ b/Fedora-Server-40.sh @@ -52,6 +52,7 @@ sudo /usr/bin/sed -i 's/\s+nullok//g' /etc/pam.d/system-auth # Harden SSH unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/ssh_config.d/10-custom.conf | sudo tee /etc/ssh/ssh_config.d/10-custom.conf sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf +unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/sshd_config.d/10-custom.conf | sudo tee /etc/ssh/sshd_config.d/10-custom.conf # Security kernel settings unpriv curl https://raw.githubusercontent.com/Kicksecure/security-misc/master/etc/modprobe.d/30_security-misc.conf | sudo tee /etc/modprobe.d/30_security-misc.conf