{ cmd: ['journalctl', '-fn0', '-u', 'ssh.service'], filters: { failedlogin: { regex: [ @'authentication failure;.*rhost=', @'Connection reset by authenticating user .* ', @'Failed password for .* from ', ], retry: 6, retryperiod: '6h', actions: banFor('48h') + sendmail('','"Banni 48h pour tentative de co à SSH"'), }, }, },