Update server.jsonnet : typo with an extra space, creating a launch error
This commit is contained in:
parent
f1b7d4b4c7
commit
69119d1193
@ -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