# HG changeset patch # User IBBoard # Date 1518269571 0 # Node ID 1af9fd04c285879e36545f3b206aeb82c7ec4d31 # Parent 103a3630e9b26f58c8c0a4326ad8998b6eb4466f Fix case of tag so that rule pulls the IP The line with "(?…)" is confusing when the tag is ! diff -r 103a3630e9b2 -r 1af9fd04c285 common/fail2ban/ibb-sshd.conf --- a/common/fail2ban/ibb-sshd.conf Tue Feb 06 20:42:49 2018 +0000 +++ b/common/fail2ban/ibb-sshd.conf Sat Feb 10 13:32:51 2018 +0000 @@ -10,7 +10,7 @@ # (?:::f{4,6}:)?(?P[\w\-.^_]+) # Values: TEXT # -failregex = Unable to negotiate with port [0-9]+: no matching host key type found. Their offer: ssh-rsa,ssh-dss \[preauth\] +failregex = Unable to negotiate with port [0-9]+: no matching host key type found. Their offer: ssh-rsa,ssh-dss \[preauth\] # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.