change logpath for ssh auth

This commit is contained in:
Ruben Blanco 2023-10-20 10:00:58 +02:00
parent ccf1458ef5
commit b6adaa41e5
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ jails:
- name: sshd
enabled: true
filter: sshd
logpath: /var/log/lastlog
logpath: /var/log/auth.log
port: ['ssh', '22']
maxretry: 10
bantime: 10m

View File

@ -6,7 +6,7 @@ jails:
- name: sshd
enabled: true
filter: sshd
logpath: /var/log/lastlog
logpath: /var/log/auth.log
port: ['ssh', '22']
maxretry: 10
bantime: 10m

View File

@ -6,7 +6,7 @@ jails:
- name: sshd
enabled: true
filter: sshd
logpath: /var/log/lastlog
logpath: /var/log/auth.log
port: ['ssh', '22']
maxretry: 10
bantime: 10m