fail2ban-client

Configure and control fail2ban server. More information: <https://github.com/fail2ban/fail2ban>.

Debian Debian
RUN apt-get update && \ apt-get install -y fail2ban
Ubuntu
RUN apt-get update && \ apt-get install -y fail2ban
Alpine
RUN apk add fail2ban
Arch Arch Linux
RUN pacman -S --noconfirm fail2ban
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y fail2ban
Fedora
RUN dnf install -y fail2ban-server
Raspbian
RUN apt-get update && \ apt-get install -y fail2ban
click the source code to copy install fail2ban-client on any operating system with command-not-found.com