mirror of https://github.com/fail2ban/fail2ban
`filterd./sshd.conf`: fixed journalmatch (sshd.service seems to be renamed to ssh.service)
closes gh-3747pull/3776/head
parent
8ae5e7e3e4
commit
6fce23e7ba
|
@ -126,7 +126,7 @@ ignoreregex =
|
|||
|
||||
maxlines = 1
|
||||
|
||||
journalmatch = _SYSTEMD_UNIT=sshd.service + _COMM=sshd
|
||||
journalmatch = _SYSTEMD_UNIT=ssh.service + _COMM=sshd
|
||||
|
||||
# DEV Notes:
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue