From 11d38703f572db387319ba00d4dec0b155c47081 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" <ma.azimi@laposte.net> Date: Tue, 22 Sep 2015 20:06:12 +0200 Subject: [PATCH] Update security_fr.md --- security_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security_fr.md b/security_fr.md index 7de21310..238e1ff2 100644 --- a/security_fr.md +++ b/security_fr.md @@ -81,7 +81,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 --ipv6 <votre numéro de port> # pour ipv6 +yunohost firewall disallow --ipv6 TCP <votre numéro de port> # pour ipv6 ``` **Pour les prochaines connexions SSH** il faudra ajouter l’option -p suivie du numéro de port SSH.