mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update security_fr.md
This commit is contained in:
parent
a6193c9f2d
commit
11d38703f5
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ Ensuite redémarrez le firewall iptables et fermez l’ancien port dans iptables
|
||||||
```bash
|
```bash
|
||||||
yunohost firewall reload
|
yunohost firewall reload
|
||||||
yunohost firewall disallow <votre numéro de port> # port par défaut 22
|
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.
|
**Pour les prochaines connexions SSH** il faudra ajouter l’option -p suivie du numéro de port SSH.
|
||||||
|
|
Loading…
Add table
Reference in a new issue