From 7b2859b5e2b2b2fce2d07c511e2d76902b058683 Mon Sep 17 00:00:00 2001 From: "Serg G. Brester" Date: Fri, 10 Mar 2017 11:33:10 +0100 Subject: [PATCH] small typo --- How-fail2ban-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-fail2ban-works.md b/How-fail2ban-works.md index 3a2e047..104e3cb 100644 --- a/How-fail2ban-works.md +++ b/How-fail2ban-works.md @@ -31,7 +31,7 @@ Why this IP was banned you can find in the `fail2ban.log` (search for lines befo Otherwise take a look in the corresponding log file on the time from which fail2ban logged the failure. Or try to use `fail2ban-regex` with log-file and filter-file as arguments.
-E. g. if you'll see why the IP-address was banned in sshd jail: +E. g. if you want to see why the IP-address was banned in sshd jail: ``` # auth.log: fail2ban-regex --print-all-matched /var/log/auth.log /etc/fail2ban/filter.d/sshd | grep 192.0.2.25