Email or username:

Password:

Forgot your password?
Top-level
Chuck Darwin

@dee

Fail2Ban:
ban hosts that cause multiple authentication errors

Fail2Ban scans log files like /var/log/auth.log and bans IP addresses conducting too many failed login attempts.

It does this by updating system firewall rules to reject new connections from those IP addresses, for a configurable amount of time.

Fail2Ban comes out-of-the-box ready to read many standard log files, such as those for sshd and Apache,
and is easily configured to read any log file of your choosing, for any error you wish.

Though Fail2Ban is able to reduce the rate of incorrect authentication attempts,
it cannot eliminate the risk presented by weak authentication.

Set up services to use only two factor, or public/private authentication mechanisms if you really want to protect services.

2 comments
Tim Lavoie

@cdarwin - I'm curious about the point of your post.
Pretty sure @dee knows full well what fail2ban is, and does.

CIMB4

@tim_lavoie @cdarwin @dee guess what, i didn't anf found the comment very enligtening :3

Go Up