mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
filter.d/sshd.conf: amend to #3747/#3812 (new ssh version would log with _COMM=sshd-session)
This commit is contained in:
parent
c769046a1f
commit
54c0effceb
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=sshd.service + _COMM=sshd + _COMM=sshd-session
|
||||
|
||||
# DEV Notes:
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue