summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/services/sshd2
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";