diff options
| author | Luke Hoersten <[email protected]> | 2020-02-09 11:58:21 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-02-09 11:58:21 -0600 |
| commit | 785a8b2b45f0faf5e2578099bca1090c9c1417bb (patch) | |
| tree | 53b4737ab07baf112c4bbc5b968ba146ec64bf7a /roles/base/files/jail.local | |
Opensourcing raspberry pi roles.
Diffstat (limited to 'roles/base/files/jail.local')
| -rw-r--r-- | roles/base/files/jail.local | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/base/files/jail.local b/roles/base/files/jail.local new file mode 100644 index 0000000..a5cabc4 --- /dev/null +++ b/roles/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 |
