Update server.jsonnet : typo with an extra space, creating a launch error

This commit is contained in:
Zatalyz 2023-11-26 10:02:41 +00:00
parent f1b7d4b4c7
commit 69119d1193

View File

@ -32,7 +32,7 @@ local banFor(time) = {
streams: { streams: {
// Ban hosts failing to connect via ssh // Ban hosts failing to connect via ssh
ssh: { ssh: {
cmd: [' journalctl', '-fn0', '-u', 'sshd.service'], cmd: ['journalctl', '-fn0', '-u', 'sshd.service'],
filters: { filters: {
failedlogin: { failedlogin: {
regex: [ regex: [