diff --git a/security.md b/security.md index 21a0b6d6..52bf4cd3 100644 --- a/security.md +++ b/security.md @@ -96,10 +96,10 @@ port = port = ``` -Finally you have to restart fail2ban in order to apply the new configuration +Finally you have to restart `fail2ban` in order to apply the new configuration ```bash -systemctl restart fail2ban.service +systemctl restart fail2ban ``` **For the next SSH connections **, you need to add the `-p` option followed by the SSH port number. diff --git a/security_fr.md b/security_fr.md index 1d92afe5..ec3d49a2 100644 --- a/security_fr.md +++ b/security_fr.md @@ -109,10 +109,10 @@ port = port = ``` -Il reste enfin à relancer fail2ban pour prendre en compte la nouvelle configuration +Il reste enfin à relancer `fail2ban` pour prendre en compte la nouvelle configuration ```bash -systemctl restart fail2ban.service +systemctl restart fail2ban ``` **Pour les prochaines connexions SSH**, il faudra ajouter l’option `-p` suivie du numéro de port SSH.