From 4264612ccffa947d5d1e6a67e90b60e93b2c9667 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Thu, 20 Sep 2018 21:41:25 +0200 Subject: [PATCH] Staus quo: Fail2Ban (e.g.: /root/fail2ban.sh) fail2ban-client status nextcloud && fail2ban-client status nginx-http-auth && fail2ban-client status sshd --- fail2ban.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fail2ban.sh diff --git a/fail2ban.sh b/fail2ban.sh new file mode 100644 index 0000000..0d231a0 --- /dev/null +++ b/fail2ban.sh @@ -0,0 +1,6 @@ +### +# Staus quo: Fail2Ban (e.g.: /root/fail2ban.sh) +### +#!/bin/bash +fail2ban-client status nextcloud && fail2ban-client status nginx-http-auth && fail2ban-client status sshd +exit 0