Skip to content

Instantly share code, notes, and snippets.

@l3dlp
Created April 2, 2019 17:21
Show Gist options
  • Save l3dlp/05b0ceea6e5dd2a1f7a4b3dcd5551586 to your computer and use it in GitHub Desktop.
Save l3dlp/05b0ceea6e5dd2a1f7a4b3dcd5551586 to your computer and use it in GitHub Desktop.
ufw basic configuration @medium.com/p/d39c5d2f3d7
apt install ufw
ufw default deny incoming
ufw default deny outgoing
ufw allow 22/tcp
ufw enable
ufw status verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment