Hardening SSH, appending iptables rules, adding iptables persistence

This commit is contained in:
2024-09-05 18:31:30 +02:00
parent 385d7269d7
commit 789e3ccb5d
5 changed files with 35 additions and 3 deletions

2
iptables/iptables-config.sh Executable file
View File

@@ -0,0 +1,2 @@
apt install -q -y iptables-persistent
yes | cp -rf ./rules.v4 /etc/iptables/rules.v4