Update 2025-04-13_16:21:50

This commit is contained in:
root
2025-04-13 16:21:50 +02:00
commit 37e70e30e8
24 changed files with 985 additions and 0 deletions

10
f2b-c_s-div.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
F2BRULES="recidive sshd"
echo $F2BRULES
for i in $F2BRULES; do
echo $i
fail2ban-client status $i
echo ""
done