mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
filterd./sshd.conf: fixed journalmatch (sshd.service seems to be renamed to ssh.service)
closes gh-3747
This commit is contained in:
parent
9061536fb0
commit
8902a2b884
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue