Ajout de "TCP" dans la ligne de commande pour désactiver le port 22 par défaut. (#610)

This commit is contained in:
YunoHost Bot 2017-12-03 22:25:27 +01:00 committed by Alexandre Aubin
parent 84e35c77af
commit 3e9bb83bd7

View file

@ -72,7 +72,7 @@ Ensuite redémarrez le firewall iptables et fermez lancien 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
```