only one port

This commit is contained in:
Ruben Blanco 2023-10-27 10:51:10 +02:00
parent 580d93d8d1
commit c62fd53c39
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ findtime: "604800"
jails:
- name: sshd
enabled: true
port: ['ssh', '22']
port: ['22']
filter: sshd
logpath: "%(sshd_log)s"
backend: "%(sshd_backend)s"