Files
org-roamings/20220830224237-fail2ban.org
2022-09-27 12:18:28 +02:00

696 B

fail2ban

Introduction

Outil permettant de bloquer pendant une certaine durée toute IP depuis laquelle plusieurs tentatives de connexions ont échoué.

Installation

apt install fail2ban

Configuration

cat >/etc/fail2ban/jail.d/sshd.local EOF<<
[sshd]
enabled = true
port = ssh
action = iptables-multiport
logpath = /var/log/secure
maxretry = 3
bantime = 600
EOF