From b30cd1bcbd33a35897ac803e10eae3d739ab6d38 Mon Sep 17 00:00:00 2001 From: buildplan <170122315+buildplan@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:36:01 +0100 Subject: [PATCH] Reorder SSH configuration in setup script Configure firewall before ssh configuration - this avoids the issue if a provider (Vultr) has firewall enabled by default. --- du_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du_setup.sh b/du_setup.sh index f08ef86..efe8405 100644 --- a/du_setup.sh +++ b/du_setup.sh @@ -3498,9 +3498,9 @@ main() { install_packages setup_user configure_system - configure_ssh configure_firewall configure_fail2ban + configure_ssh configure_auto_updates configure_time_sync configure_kernel_hardening