From f03c94c8eb052be7bd616040c354d57c0ec934a1 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 29 Sep 2018 17:13:39 -0600 Subject: [PATCH] Added comments --- etc/fail2ban/jail.d/ssh.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/fail2ban/jail.d/ssh.conf b/etc/fail2ban/jail.d/ssh.conf index 194c7e7..3dcc18d 100644 --- a/etc/fail2ban/jail.d/ssh.conf +++ b/etc/fail2ban/jail.d/ssh.conf @@ -2,3 +2,5 @@ port = port (as set in your /etc/ssh/sshd_config) mode = normal enabled = true +# filter, logfile, etc. are already defined properly by default +# if you are using non-default settings, you'll have to specify them here