Ignore pam_systemd messages
This commit is contained in:
parent
3192c9e6be
commit
cf375db31a
10
logwatch-sshd.patch
Normal file
10
logwatch-sshd.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- logwatch-svn50.dist/scripts/services/sshd 2011-01-07 09:16:39.000000000 +1100
|
||||
+++ logwatch-svn50/scripts/services/sshd 2011-04-30 23:30:48.000000000 +1000
|
||||
@@ -285,6 +285,7 @@
|
||||
($ThisLine =~ /pam_succeed_if\(.*:.*\): error retrieving information about user [a-zA-Z]*/ ) or
|
||||
($ThisLine =~ /pam_winbind\(sshd:account\): user .* granted access/) or
|
||||
($ThisLine =~ /pam_winbind\(sshd:account\): user .* OK/) or
|
||||
+ ($ThisLine =~ /pam_systemd\(sshd:session\): Moving/) or
|
||||
($ThisLine =~ /PAM \d+ more authentication failures?;/) or
|
||||
($ThisLine =~ /^Failed keyboard-interactive for <invalid username> from/ ) or
|
||||
($ThisLine =~ /^Keyboard-interactive \(PAM\) userauth failed/ ) or
|
||||
Loading…
Reference in New Issue
Block a user