Merge branch 'zatalyz-main-patch-05879' into 'main'
Update server.jsonnet : typo with an extra space, creating a launch error See merge request ppom/reaction!1
This commit is contained in:
commit
2e15087858
@ -32,7 +32,7 @@ local banFor(time) = {
|
||||
streams: {
|
||||
// Ban hosts failing to connect via ssh
|
||||
ssh: {
|
||||
cmd: [' journalctl', '-fn0', '-u', 'sshd.service'],
|
||||
cmd: ['journalctl', '-fn0', '-u', 'sshd.service'],
|
||||
filters: {
|
||||
failedlogin: {
|
||||
regex: [
|
||||
|
Loading…
Reference in New Issue
Block a user