mirror of https://github.com/fail2ban/fail2ban
Merge branch 'debian' into build: BF: no sftp in ssh jails
commit
d82257b2f2
|
@ -1,8 +1,9 @@
|
|||
fail2ban (0.8.1-3~pre1) unstable; urgency=low
|
||||
fail2ban (0.8.1-3~pre2~1.gbp5ac568) UNRELEASED; urgency=low
|
||||
|
||||
* Propagated patch from 0.9 upstream branch: Replaced ssocket.py with
|
||||
asyncore/asynchat implementation. Correct fix for bug #1769616. That is
|
||||
supposed to resolve spontaneous 100% CPU utilization by fail2ban-server.
|
||||
* BF: removed sftp from ssh jails (closes: #436053)
|
||||
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Sun, 11 Nov 2007 01:12:18 -0500
|
||||
|
|
|
@ -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 New Issue