1 |
unnilennium |
1.1 |
diff -up smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX2.regexpatch smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX2 |
2 |
|
|
--- smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX2.regexpatch 2015-03-30 23:07:42.000000000 -0400 |
3 |
|
|
+++ smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX2 2015-03-30 23:08:03.000000000 -0400 |
4 |
|
|
@@ -0,0 +1,3 @@ |
5 |
|
|
+# default EPEL does not work for SME ( trailing $) |
6 |
unnilennium |
1.2 |
+FAILED_ENTRY_REGEX2 = (?P<invalid>(Illegal|Invalid)) user (?P<user>.*) from (::ffff:)?(?P<host>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) |
7 |
unnilennium |
1.1 |
+ |
8 |
|
|
diff -up smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX6.regexpatch smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX6 |
9 |
|
|
--- smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX6.regexpatch 2015-03-30 23:15:23.000000000 -0400 |
10 |
|
|
+++ smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX6 2015-03-30 23:15:39.000000000 -0400 |
11 |
|
|
@@ -0,0 +1,3 @@ |
12 |
|
|
+# default EPEL does not work for SME ( trailing $) |
13 |
|
|
+FAILED_ENTRY_REGEX6 = Did not receive identification string .*from (::ffff:)?(?P<host>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) |
14 |
|
|
+ |
15 |
|
|
diff -up smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX7.regexpatch smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX7 |
16 |
|
|
--- smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX7.regexpatch 2015-03-30 23:15:47.000000000 -0400 |
17 |
|
|
+++ smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/FAILED_ENTRY_REGEX7 2015-03-30 23:16:02.000000000 -0400 |
18 |
|
|
@@ -0,0 +1,3 @@ |
19 |
|
|
+# default EPEL does not work for SME ( trailing $) |
20 |
|
|
+FAILED_ENTRY_REGEX7 = User (?P<user>.*) from (::ffff:)?(?P<host>\S+) not allowed because not listed in AllowUsers |
21 |
|
|
+ |
22 |
|
|
diff -up smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/SUCCESSFUL_ENTRY_REGEX.regexpatch smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/SUCCESSFUL_ENTRY_REGEX |
23 |
|
|
--- smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/SUCCESSFUL_ENTRY_REGEX.regexpatch 2015-03-30 23:16:25.000000000 -0400 |
24 |
|
|
+++ smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/SUCCESSFUL_ENTRY_REGEX 2015-03-30 23:16:49.000000000 -0400 |
25 |
|
|
@@ -0,0 +1,3 @@ |
26 |
|
|
+# default EPEL does not work for SME ( trailing $) |
27 |
unnilennium |
1.3 |
+SUCCESSFUL_ENTRY_REGEX = Accepted (?P<method>\S+) for (?P<user>.*?) from (::ffff:)?(?P<host>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})( port \d+)?( ssh2)? |
28 |
unnilennium |
1.4 |
+ |