Update setup_harden_debian_ubuntu.sh

This commit is contained in:
buildplan
2025-06-27 19:32:52 +01:00
committed by GitHub
parent db8f38badb
commit 0887c90df0

View File

@@ -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