mirror of https://github.com/fail2ban/fail2ban
added example for "refused connect"
parent
1cedd8e02b
commit
46cfc2bbd6
|
@ -5,10 +5,10 @@
|
||||||
## DP: No description.
|
## DP: No description.
|
||||||
|
|
||||||
@DPATCH@
|
@DPATCH@
|
||||||
diff -urNad trunk~/config/filter.d/sshd.examples trunk/config/filter.d/sshd.examples
|
diff -urNad fail2ban~/config/filter.d/sshd.examples fail2ban/config/filter.d/sshd.examples
|
||||||
--- trunk~/config/filter.d/sshd.examples 1969-12-31 19:00:00.000000000 -0500
|
--- fail2ban~/config/filter.d/sshd.examples 1969-12-31 19:00:00.000000000 -0500
|
||||||
+++ trunk/config/filter.d/sshd.examples 2007-08-14 19:40:23.000000000 -0400
|
+++ fail2ban/config/filter.d/sshd.examples 2007-11-23 08:59:47.000000000 -0500
|
||||||
@@ -0,0 +1,19 @@
|
@@ -0,0 +1,22 @@
|
||||||
+#1
|
+#1
|
||||||
+Jun 21 16:47:48 digital-mlhhyiqscv sshd[13709]: error: PAM: Authentication failure for myhlj1374 from 192.030.0.6
|
+Jun 21 16:47:48 digital-mlhhyiqscv sshd[13709]: error: PAM: Authentication failure for myhlj1374 from 192.030.0.6
|
||||||
+May 29 20:56:52 imago sshd[28732]: error: PAM: Authentication failure for stefanor from www.onerussian.com
|
+May 29 20:56:52 imago sshd[28732]: error: PAM: Authentication failure for stefanor from www.onerussian.com
|
||||||
|
@ -28,3 +28,6 @@ diff -urNad trunk~/config/filter.d/sshd.examples trunk/config/filter.d/sshd.exam
|
||||||
+#5 new filter introduced after looking at 44087D8C.9090407@bluewin.ch
|
+#5 new filter introduced after looking at 44087D8C.9090407@bluewin.ch
|
||||||
+Mar 3 00:17:22 [sshd] User root from 210.188.220.49 not allowed because not listed in AllowUsers
|
+Mar 3 00:17:22 [sshd] User root from 210.188.220.49 not allowed because not listed in AllowUsers
|
||||||
+Feb 25 14:34:11 belka sshd[31607]: User root from ferrari.inescn.pt not allowed because not listed in AllowUsers
|
+Feb 25 14:34:11 belka sshd[31607]: User root from ferrari.inescn.pt not allowed because not listed in AllowUsers
|
||||||
|
+
|
||||||
|
+#6 ew filter introduced thanks to report Guido Bozzetto <reportbug@G-B.it>
|
||||||
|
+Nov 11 23:33:27 Server sshd[5174]: refused connect from _U2FsdGVkX19P3BCJmFBHhjLza8BcMH06WCUVwttMHpE=_@::ffff:218.249.210.161 (::ffff:218.249.210.161)
|
||||||
|
|
Loading…
Reference in New Issue