This package browser is in early development. Mind the rough edges.

fail2ban

Daemon to 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.

Installation

Install the latest version of fail2ban as follows:

guix install fail2ban

Or install a particular version:

guix install fail2ban@0.11.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of fail2ban about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/fail2ban'><img src='https://packages.guix.gnu.org/packages/fail2ban/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/fail2ban/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/fail2ban)

Example Org:

[[https://packages.guix.gnu.org/packages/fail2ban][https://packages.guix.gnu.org/packages/fail2ban/badges/latest-version.svg]]