From da0a0a3475146e6a78e5b53f71f290ed60f6d4d7 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 5 Aug 2022 21:27:07 +0100 Subject: [PATCH] add sshguard it should be installed by default on all systems we manage. --- src/steps-preinstall/20-sshguard.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 src/steps-preinstall/20-sshguard.sh diff --git a/src/steps-preinstall/20-sshguard.sh b/src/steps-preinstall/20-sshguard.sh new file mode 100755 index 0000000..94a67bf --- /dev/null +++ b/src/steps-preinstall/20-sshguard.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +queue_apt_install "sshguard" \ No newline at end of file