mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Ajout de "TCP" dans la ligne de commande pour désactiver le port 22 par défaut. (#610)
This commit is contained in:
parent
84e35c77af
commit
3e9bb83bd7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Ensuite redémarrez le firewall iptables et fermez l’ancien port dans iptables
|
|||
|
||||
```bash
|
||||
yunohost firewall reload
|
||||
yunohost firewall disallow <votre numéro de port> # port par défaut 22
|
||||
yunohost firewall disallow TCP <votre numéro de port> # port par défaut 22
|
||||
yunohost firewall disallow --ipv6 TCP <votre numéro de port> # pour ipv6
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue