Page 1 of 1

Use fail2ban/denyhost as IDS (Install an Intrusion Detection System)

Posted: Wed Aug 30, 2017 4:58 pm
by regenx

Code: Select all

sudo apt-get install fail2ban
Edit the config file as per your needs:

Code: Select all

sudo nano /etc/fail2ban/jail.conf
Restart the service:

Code: Select all

sudo systemctl restart fail2ban.service