Added dropbear jail and made formatting of jails consistent (and untabified)

pull/3/head
Yaroslav Halchenko 2011-03-23 17:22:21 -04:00
parent 1d76a032ee
commit a7632c0d2a
1 changed files with 38 additions and 30 deletions

8
debian/jail.conf vendored
View File

@ -98,6 +98,14 @@ filter = sshd
logpath = /var/log/auth.log
maxretry = 6
[dropbear]
enabled = false
port = ssh
filter = sshd
logpath = /var/log/dropbear
maxretry = 6
# Generic filter for pam. Has to be used with action which bans all ports
# such as iptables-allports, shorewall
[pam-generic]