Sunday, September 19, 2010

Linux Firewall

to enable a firewall under Ubuntu:

$sudo ufw enable

to allow ssh:

$ sudo ufw allow 22

to check:


$ sudo ufw status

No comments:

Post a Comment