Skip to content
Snippets Groups Projects
Commit 18f429e7 authored by Russ Allbery's avatar Russ Allbery
Browse files

Add swl to the ignored users for login failures

parent a24ee103
No related branches found
No related tags found
No related merge requests found
...@@ -64,11 +64,11 @@ sshd: /^Disconnecting: Too many authentication failures for \S+$/ ...@@ -64,11 +64,11 @@ sshd: /^Disconnecting: Too many authentication failures for \S+$/
# Ignore failed logins by IDG, Systems, and other ITS staff. We all mistype # Ignore failed logins by IDG, Systems, and other ITS staff. We all mistype
# passwords occasionally. # passwords occasionally.
sshd: /^sshd\(pam_unix\): authentication failure; .* user=(adamhl|atayts|bxk|chekh|darrenp1|digant|frobozz|hallk|jmcdermo|jcowart|jonrober|ktai|laltman|meeilee|mgoll|nbfa|pradtke|rra|saracook|sfeng|tzakrajs|whm|vdc|xinlei|yuelu)$/ sshd: /^sshd\(pam_unix\): authentication failure; .* user=(adamhl|atayts|bxk|chekh|darrenp1|digant|frobozz|hallk|jmcdermo|jcowart|jonrober|ktai|laltman|meeilee|mgoll|nbfa|pradtke|rra|saracook|sfeng|swl|tzakrajs|whm|vdc|xinlei|yuelu)$/
sshd: /^pam_(unix|krb5)\(sshd:auth\): authentication failure;.* (logname|user)=(adamhl|atayts|bxk|chekh|darrenp1|digant|frobozz|hallk|jcowart|jmcdermo|jonrober|ktai|laltman|martinp|meeilee|mgoll|nbfa|pradtke|rra|saracook|sfeng|tzakrajs|whm|vdc|xinlei|yuelu)( |\Z)/ sshd: /^pam_(unix|krb5)\(sshd:auth\): authentication failure;.* (logname|user)=(adamhl|atayts|bxk|chekh|darrenp1|digant|frobozz|hallk|jcowart|jmcdermo|jonrober|ktai|laltman|martinp|meeilee|mgoll|nbfa|pradtke|rra|saracook|sfeng|swl|tzakrajs|whm|vdc|xinlei|yuelu)( |\Z)/
sshd: /^PAM \d+ more authentication failures?; .* user=(adamhl|atayts|bxk|chehk|darrenp1|digant|frobozz|hallk|jcowart|jmcdermo|jonrober|ktai|laltman|martinp|meeilee|mgoll|nbfa|pradtke|rra|saracook|sfeng|tzakrajs|whm|vdc|xinlei|yuelu)$/ sshd: /^PAM \d+ more authentication failures?; .* user=(adamhl|atayts|bxk|chehk|darrenp1|digant|frobozz|hallk|jcowart|jmcdermo|jonrober|ktai|laltman|martinp|meeilee|mgoll|nbfa|pradtke|rra|saracook|sfeng|swl|tzakrajs|whm|vdc|xinlei|yuelu)$/
sshd: /^Failed (password|gssapi-with-mic|keyboard-interactive/pam) for (adamhl|atayts|bxk|chehk|darrenp1|digant|frobozz|hallk|jcowart|jmcdermo|jonrober|ktai|laltman|martinp|meeilee|mgoll|nbfa|pradtke|rra|saracook|sfeng|tzakrajs|whm|vdc|xinlei|yuelu) from [a-f:\d.]+ port \d+ ssh2$/ sshd: /^Failed (password|gssapi-with-mic|keyboard-interactive/pam) for (adamhl|atayts|bxk|chehk|darrenp1|digant|frobozz|hallk|jcowart|jmcdermo|jonrober|ktai|laltman|martinp|meeilee|mgoll|nbfa|pradtke|rra|saracook|sfeng|swl|tzakrajs|whm|vdc|xinlei|yuelu) from [a-f:\d.]+ port \d+ ssh2$/
sshd: /^error: PAM: Authentication failure for (adamhl|atayts|bxk|chekh|darrenp1|digant|frobozz|hallk|jcowart|jonrober|jmcdermo|ktai|laltman|meeilee|mgoll|nbfa|pradtke|rra|saracook|sfeng|tzakrajs|whm|vdc|xinlei|yuelu) from [a-z:\d.-]+$/ sshd: /^error: PAM: Authentication failure for (adamhl|atayts|bxk|chekh|darrenp1|digant|frobozz|hallk|jcowart|jonrober|jmcdermo|ktai|laltman|meeilee|mgoll|nbfa|pradtke|rra|saracook|sfeng|swl|tzakrajs|whm|vdc|xinlei|yuelu) from [a-z:\d.-]+$/
# Ignore GSS-API failures as root. This is normally because people try to # Ignore GSS-API failures as root. This is normally because people try to
# use their normal credentials for root access. # use their normal credentials for root access.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment