summaryrefslogtreecommitdiff
path: root/sshguard/sysconfig.sshguard
diff options
context:
space:
mode:
authorDeposite Pirate2018-09-16 23:29:24 +0200
committerDeposite Pirate2018-09-16 23:29:24 +0200
commit569e598d38adb1918d127ee31af1cd332b072dcf (patch)
tree23a7204866591100db57f3acac53cd410ea8d3e4 /sshguard/sysconfig.sshguard
Initial commit.HEADmaster
Diffstat (limited to 'sshguard/sysconfig.sshguard')
-rw-r--r--sshguard/sysconfig.sshguard9
1 files changed, 9 insertions, 0 deletions
diff --git a/sshguard/sysconfig.sshguard b/sshguard/sysconfig.sshguard
new file mode 100644
index 0000000..bab19e2
--- /dev/null
+++ b/sshguard/sysconfig.sshguard
@@ -0,0 +1,9 @@
+# Block IP after how many attempt
+SAFETYTRESH=40
+#
+# Define your sshguard options separate by a space
+# Sample line to protect dovecot and ssh:
+#OPTIONS="-l /var/log/secure -l /var/log/maillog"
+#
+# Here we listen default ssh log file.
+OPTIONS="-l /var/log/secure"