From d597cdc67743e17676f8e0e99f725230ed7a6d2a Mon Sep 17 00:00:00 2001 From: jameskimmel <17176225+jameskimmel@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:22:53 +0200 Subject: [PATCH] Update fail2ban.md added sudo to step three test --- docs/general/networking/fail2ban.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/networking/fail2ban.md b/docs/general/networking/fail2ban.md index 5e2e4a664..7e1b08909 100644 --- a/docs/general/networking/fail2ban.md +++ b/docs/general/networking/fail2ban.md @@ -84,5 +84,5 @@ sudo systemctl status fail2ban Assuming you've at least one failed authentication attempt, you can test this new jail with `fail2ban-regex`: ```bash -fail2ban-regex /path_to_logs/*.log /etc/fail2ban/filter.d/jellyfin.conf --print-all-matched +sudo fail2ban-regex /path_to_logs/*.log /etc/fail2ban/filter.d/jellyfin.conf --print-all-matched ```