diff options
author | Deposite Pirate | 2018-09-16 23:29:24 +0200 |
---|---|---|
committer | Deposite Pirate | 2018-09-16 23:29:24 +0200 |
commit | 569e598d38adb1918d127ee31af1cd332b072dcf (patch) | |
tree | 23a7204866591100db57f3acac53cd410ea8d3e4 /sshguard/sysconfig.sshguard |
Diffstat (limited to 'sshguard/sysconfig.sshguard')
-rw-r--r-- | sshguard/sysconfig.sshguard | 9 |
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" |