Created
May 25, 2018 13:44
-
-
Save VirtuBox/cc25a9eb7f00ccf29b4730c643e9ac2d to your computer and use it in GitHub Desktop.
update fail2ban to the 0.10 release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git clone https://github.com/fail2ban/fail2ban.git | |
cd fail2ban | |
sudo python setup.py install | |
cp build/fail2ban.service /lib/systemd/system/fail2ban.service -f | |
systemctl daemon-reload | |
service fail2ban restart | |
fail2ban-client status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment