User Tools

Site Tools


notes:ufw

This is an old revision of the document!


Resources

Show Supported Apps

sudo ufw app list

Get App Info

  • Change x to an app listed in above command
sudo ufw app info x

Limit Connections

  • TODO: What does limit actually do?
sudo ufw limit ssh

Allow Specific Port/Protocol

  • 22 is the port number and tcp is the protocol
  • udp can be a protocol
sudo ufw allow 22/tcp
/var/www/wiki/data/attic/notes/ufw.1591906504.txt.gz · Last modified: 2020/06/11 16:15 by Sean Rhone