summaryrefslogtreecommitdiff
path: root/sshguard/sysconfig.sshguard
diff options
context:
space:
mode:
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"