File: update-ssh-10.0.diff

package info (click to toggle)
fail2ban 1.1.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,076 kB
  • sloc: python: 23,095; sh: 527; xml: 352; perl: 344; makefile: 191
file content (13 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: fail2ban/config/filter.d/sshd.conf
===================================================================
--- fail2ban.orig/config/filter.d/sshd.conf
+++ fail2ban/config/filter.d/sshd.conf
@@ -126,7 +126,7 @@ ignoreregex =
 
 maxlines = 1
 
-journalmatch = _SYSTEMD_UNIT=ssh.service + _COMM=sshd
+journalmatch = _SYSTEMD_UNIT=ssh.service + _COMM=sshd + _COMM=sshd-session
 
 # DEV Notes:
 #