diff --git a/files/fail2ban/jail_local_ssh-CentOS b/files/fail2ban/jail_local_ssh-CentOS deleted file mode 100644 index d806c5b7af396ee0273d1c324954da2b95992827..0000000000000000000000000000000000000000 --- a/files/fail2ban/jail_local_ssh-CentOS +++ /dev/null @@ -1,21 +0,0 @@ -[DEFAULT] -# Override /etc/fail2ban/jail.d/00-firewalld.conf: -banaction = iptables-multiport -# Ignore IPs from localhost, private networks and Lysators network -ignoreip = 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 130.236.254.0/24 -backend = systemd - -[sshd] -enabled = true -findtime = 3600 -maxretry = 5 - -[sshlongterm] -banaction = iptables-multiport -port = ssh -logpath = %(sshd_log)s -maxretry = 30 -findtime = 259200 -bantime = 608400 -enabled = true -filter = sshd diff --git a/files/fail2ban/jail_local_ssh-Debian b/files/fail2ban/jail_local_ssh-Debian deleted file mode 100644 index 42fc6d4aec2c0ed8057bb3c39475c3fa63615407..0000000000000000000000000000000000000000 --- a/files/fail2ban/jail_local_ssh-Debian +++ /dev/null @@ -1,21 +0,0 @@ -[DEFAULT] -# Override /etc/fail2ban/jail.d/00-firewalld.conf: -banaction = iptables-multiport -# Ignore IPs from localhost, private networks and Lysators network -ignoreip = 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 130.236.254.0/24 -backend = systemd - -[sshd] -enabled = true -findtime = 3600 -maxretry = 5 - -[sshlongterm] -banaction = iptables-multiport -port = ssh -logpath = %(sshd_log)s -maxretry = 30 -findtime = 259200 -bantime = 608400 -enabled = true -filter = sshd diff --git a/files/fail2ban/jail_local_ssh-Fedora b/files/fail2ban/jail_local_ssh-Fedora deleted file mode 100644 index d806c5b7af396ee0273d1c324954da2b95992827..0000000000000000000000000000000000000000 --- a/files/fail2ban/jail_local_ssh-Fedora +++ /dev/null @@ -1,21 +0,0 @@ -[DEFAULT] -# Override /etc/fail2ban/jail.d/00-firewalld.conf: -banaction = iptables-multiport -# Ignore IPs from localhost, private networks and Lysators network -ignoreip = 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 130.236.254.0/24 -backend = systemd - -[sshd] -enabled = true -findtime = 3600 -maxretry = 5 - -[sshlongterm] -banaction = iptables-multiport -port = ssh -logpath = %(sshd_log)s -maxretry = 30 -findtime = 259200 -bantime = 608400 -enabled = true -filter = sshd diff --git a/files/fail2ban/jail_local_ssh-Ubuntu b/files/fail2ban/jail_local_ssh-Ubuntu deleted file mode 120000 index 6f5e05ada763cc01917145fe228d3d10c881e99f..0000000000000000000000000000000000000000 --- a/files/fail2ban/jail_local_ssh-Ubuntu +++ /dev/null @@ -1 +0,0 @@ -jail_local_ssh-Debian \ No newline at end of file