Skip to content

Commit

Permalink
#35: sshd example config change sshd to sshd-session
Browse files Browse the repository at this point in the history
Aldaviva committed Aug 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 68d54e3 commit 246f2f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Fail2Ban4Win/configuration.json
Original file line number Diff line number Diff line change
@@ -22,6 +22,11 @@
"source": "sshd",
"eventId": 0,
"ipAddressPattern": "^sshd: PID \\d+: Failed password for(?: invalid user)? .+ from (?<ipAddress>(?:\\d{1,3}\\.){3}\\d{1,3}) port \\d{1,5} ssh\\d?$"
}, {
"logName": "Application",
"source": "sshd-session",
"eventId": 0,
"ipAddressPattern": "^sshd-session: PID \\d+: Failed password for(?: invalid user)? .+ from (?<ipAddress>(?:\\d{1,3}\\.){3}\\d{1,3}) port \\d{1,5} ssh\\d?$"
}, {
"logName": "OpenSSH/Operational",
"eventId": 4,

0 comments on commit 246f2f8

Please sign in to comment.