From e18652f24c63a54966f45343aaa1313041ba5ddc Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 29 Sep 2018 17:10:53 -0600 Subject: [PATCH] standard sshd jail --- etc/fail2ban/jail.d/ssh.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/fail2ban/jail.d/ssh.conf diff --git a/etc/fail2ban/jail.d/ssh.conf b/etc/fail2ban/jail.d/ssh.conf new file mode 100644 index 0000000..194c7e7 --- /dev/null +++ b/etc/fail2ban/jail.d/ssh.conf @@ -0,0 +1,4 @@ +[sshd] +port = port (as set in your /etc/ssh/sshd_config) +mode = normal +enabled = true