--- /tmp/sshd.orig Tue Sep 4 15:24:44 2001 +++ sshd Wed Mar 19 12:30:24 2003 @@ -296,6 +296,11 @@ } } } +#Custom, added by WLS to ignore Big brother connects + elsif ( $ThisLine =~ m/^Bad protocol version identification .Big-Brother-Monitor/ ) { + # Ignore this + } +#End custom change else { # Report any unmatched entries... unless ($ThisLine =~ /fwd X11 connect/) {