Skip to content

Instantly share code, notes, and snippets.

@zaemliss
Created May 3, 2018 20:38
Show Gist options
  • Save zaemliss/4c298631bedf6ec1164f4e44c7fad3cd to your computer and use it in GitHub Desktop.
Save zaemliss/4c298631bedf6ec1164f4e44c7fad3cd to your computer and use it in GitHub Desktop.
Fail2ban install
#!/bin/bash
sudo apt -y install fail2ban
sudo systemctl enable fail2ban
sudo systemctl start fail2ban
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment