Skip to content

Instantly share code, notes, and snippets.

@Red5d
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save Red5d/9202518 to your computer and use it in GitHub Desktop.

Select an option

Save Red5d/9202518 to your computer and use it in GitHub Desktop.
Setup basic security for a new server.
#! /bin/bash
echo "Installing basic security..."
apt-get -y install ufw rkhunter fail2ban
ufw allow 22
ufw allow 80
ufw allow 443
ufw enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment