diff options
Diffstat (limited to 'rpi-base/files')
| -rw-r--r-- | rpi-base/files/jail.local | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rpi-base/files/jail.local b/rpi-base/files/jail.local new file mode 100644 index 0000000..a5cabc4 --- /dev/null +++ b/rpi-base/files/jail.local @@ -0,0 +1,10 @@ +[ssh] + +enabled = true +port = ssh +filter = sshd +logpath = /var/log/auth.log +bantime = 900 +banaction = iptables-allports +findtime = 900 +maxretry = 3 |
