diff options
Diffstat (limited to 'scripts/services')
| -rwxr-xr-x | scripts/services/sshd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/services/sshd b/scripts/services/sshd index 1b522e4..1b4131e 100755 --- a/scripts/services/sshd +++ b/scripts/services/sshd @@ -357,7 +357,7 @@ while (defined(my $ThisLine = <STDIN>)) { if ( $Debug >= 5 ) { print STDERR "DEBUG: Found -Keygen complete- line\n"; } - } elsif ( my ($Method,$User,$Host,undef) = ( $ThisLine =~ m/^Failed (\S+) for (\S+) from ([^ ]+) port (\d+)/ ) ) { #openssh + } elsif ( my ($Method,$User,$Host,undef) = ( $ThisLine =~ m/Failed (\S+) for (\S+) from ([^ ]+) port (\d+)/ ) ) { #openssh # depending on log mode, openssh may not report these in connection context. if ( $Debug >= 5 ) { print STDERR "DEBUG: Found -Failed login- line\n"; |
