From 0887c90df02ccf51fab9eb2f219551f26f08a66e Mon Sep 17 00:00:00 2001 From: buildplan <170122315+buildplan@users.noreply.github.com> Date: Fri, 27 Jun 2025 19:32:52 +0100 Subject: [PATCH] Update setup_harden_debian_ubuntu.sh --- setup_harden_debian_ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_harden_debian_ubuntu.sh b/setup_harden_debian_ubuntu.sh index ec11f73..a7b9fe4 100644 --- a/setup_harden_debian_ubuntu.sh +++ b/setup_harden_debian_ubuntu.sh @@ -1136,6 +1136,7 @@ generate_summary() { echo -e " - Time sync: chronyc tracking" echo -e " - Fail2Ban status: sudo fail2ban-client status sshd" echo -e " - Swap status: sudo swapon --show && free -h" + echo -e " - Hostname: hostnamectl" if command -v docker >/dev/null 2>&1; then echo -e " - Docker status: docker ps" fi