Created
April 2, 2019 17:21
-
-
Save l3dlp/05b0ceea6e5dd2a1f7a4b3dcd5551586 to your computer and use it in GitHub Desktop.
ufw basic configuration @medium.com/p/d39c5d2f3d7
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
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