doc
This commit is contained in:
parent
f8f1e3ca23
commit
df88ae3580
@ -14,11 +14,9 @@ Deny all incoming traffic by default, allow outgoing :
|
|||||||
|
|
||||||
Open needed ports, here an example with `SSH` :
|
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 :
|
You may also limit SSH connections against brute-force :
|
||||||
```
|
```
|
||||||
# ufw limit ssh
|
# ufw limit ssh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user