Add note about fail2ban at bottom of SSH page

This commit is contained in:
Alexandre Aubin 2019-01-07 16:59:07 +01:00
parent ec8e01ea76
commit b49e1f5a98
2 changed files with 6 additions and 2 deletions

4
ssh.md
View file

@ -88,4 +88,6 @@ yunohost user ssh list-keys <username>
## Security and SSH ## Security and SSH
See the dedicated page [Security & SSH](security_en). N.B. : `fail2ban` will ban your IP for 10 mimutes if you perform 5 failed login attempts. If you need to unban the IP, have a look at the page about [fail2ban](/fail2ban)
A more extensive discussion about security & SSH can be found on the [dedicated page](security_en).

View file

@ -85,4 +85,6 @@ yunohost user ssh list-keys <username>
## SSH et sécurité ## SSH et sécurité
Voir la page dédiée à la [sécurité](security_fr). N.B. : `fail2ban` banniera votre IP pour 10 minutes si vous échouez plus de 5 fois à vous identifier. Pour débannir une IP, vous pouvez regarder la page sur [fail2ban](/fail2ban_fr)
Une discussion plus complète de la sécurité et de SSH peut être trouvée sur [la page dédiée](security_fr).