From a27d981110e0912920de133839d0186c42286029 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 9 Feb 2020 12:20:22 -0600 Subject: Base is rpi specific. --- rpi-base/files/jail.local | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rpi-base/files/jail.local (limited to 'rpi-base/files/jail.local') 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 -- cgit v1.2.3