UFW
Uncomplicated Firewall
tbd
Enable UFW
ufw enableCommands
ufw <allow/deny> <port/protocol> <incoming/outgoing>Adding rules
This is an example of adding ssh to the allowed rules.
ufw allow sshDeny all incoming requests
ufw default deny incomingLast updated
Was this helpful?