This commit is contained in:
julien 2025-01-09 23:05:04 +01:00
parent f8f1e3ca23
commit df88ae3580

View File

@ -14,11 +14,9 @@ Deny all incoming traffic by default, allow outgoing :
Open needed ports, here an example with `SSH` :
```
# ufw allow ssh
# ufw allow 22
```
> Common ports are `ssh`, `http`, `https`, `dns`, etc...
You may also limit SSH connections against brute-force :
```
# ufw limit ssh