From cf375db31a24150d02673faaca793c68c81c0873 Mon Sep 17 00:00:00 2001 From: Frank Crawford Date: Sun, 1 May 2011 01:02:40 +1000 Subject: [PATCH] Ignore pam_systemd messages --- logwatch-sshd.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 logwatch-sshd.patch diff --git a/logwatch-sshd.patch b/logwatch-sshd.patch new file mode 100644 index 0000000..3a05ce1 --- /dev/null +++ b/logwatch-sshd.patch @@ -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 from/ ) or + ($ThisLine =~ /^Keyboard-interactive \(PAM\) userauth failed/ ) or