mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: removed sftp from ssh jails
This commit is contained in:
parent
2553e2717a
commit
1cedd8e02b
1 changed files with 2 additions and 2 deletions
4
debian/jail.conf
vendored
4
debian/jail.conf
vendored
|
|
@ -90,7 +90,7 @@ action = %(action_)s
|
|||
[ssh]
|
||||
|
||||
enabled = true
|
||||
port = ssh,sftp
|
||||
port = ssh
|
||||
filter = sshd
|
||||
logpath = /var/log/auth.log
|
||||
maxretry = 6
|
||||
|
|
@ -113,7 +113,7 @@ maxretry = 6
|
|||
[ssh-ddos]
|
||||
|
||||
enabled = false
|
||||
port = ssh,sftp
|
||||
port = ssh
|
||||
filter = sshd-ddos
|
||||
logpath = /var/log/auth.log
|
||||
maxretry = 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue