From a127f20bbda076c7d7dc5998ebfb3a9b2346385a Mon Sep 17 00:00:00 2001 From: Yunobot Date: Sun, 2 Aug 2020 17:08:33 +0000 Subject: [PATCH] Changed "mimutes" to "minutes" in the last section under Security and SSH --- ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.md b/ssh.md index 68084a69..638afaf0 100644 --- a/ssh.md +++ b/ssh.md @@ -93,6 +93,6 @@ yunohost user ssh list-keys ## Security and SSH -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) +N.B. : `fail2ban` will ban your IP for 10 minutes 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).