Uncomplicated Firewall: Difference between revisions

Line 3: Line 3:
==Usage==
==Usage==
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo ufw allow ssh/tcp
sudo ufw allow ssh/tcp [comment "comment"]
sudo ufw logging on
sudo ufw logging on
sudo ufw enable
sudo ufw enable