From c945837aa09e614660eae86f53834862ab28aaad Mon Sep 17 00:00:00 2001 From: buildplan <170122315+buildplan@users.noreply.github.com> Date: Fri, 27 Jun 2025 13:21:16 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d3466d5..2cf6d6b 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ **Last Updated:** 2025-06-27 **Compatible With:** -- Debian 12 (Bookworm) -- Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 24.10 -- Tested on Debian 12, Ubuntu 24.04 and Ubuntu 24.10 +- Debian 12 +- Ubuntu 20.04, 22.04, 24.04, 24.10 +- Tested on Debian 12, Ubuntu 24.04 and 24.10 --- @@ -59,7 +59,7 @@ It is highly recommended to run the script interactively the first time. sudo ./setup_harden_debian_ubuntu.sh ``` -### 3. Run in Quiet Mode (for automation) +### 3. Run in Quiet Mode (for automation - not recmmended) ```bash sudo ./setup_harden_debian_ubuntu.sh --quiet @@ -140,6 +140,6 @@ If you are locked out of SSH, use your provider's web console to perform the fol --- -## 📝 License +## MIT License This script is open-source and provided "as is" without warranty. Use at your own risk. From 289a313a82885d5be1a69dea44eebd54ddbd6c91 Mon Sep 17 00:00:00 2001 From: buildplan <170122315+buildplan@users.noreply.github.com> Date: Fri, 27 Jun 2025 13:24:39 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf6d6b..405c73e 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,6 @@ If you are locked out of SSH, use your provider's web console to perform the fol --- -## MIT License +## [MIT](https://github.com/buildplan/setup_harden_server/blob/main/LICENSE "LICENCE") License This script is open-source and provided "as is" without warranty. Use at your own risk. From 0a76abf2d31af7e924a428cc805df2dbf68298cb Mon Sep 17 00:00:00 2001 From: buildplan <170122315+buildplan@users.noreply.github.com> Date: Fri, 27 Jun 2025 13:28:16 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 405c73e..9937609 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ sudo ./setup_harden_debian_ubuntu.sh sudo ./setup_harden_debian_ubuntu.sh --quiet ``` -> 🔒 **Critical Safety Check:** The script will pause and require you to test your new SSH connection from a separate terminal before it proceeds to disable old access methods. **Do not skip this step!** +> :warning: **Critical Safety Check:** The script will pause and require you to test your new SSH connection from a separate terminal before it proceeds to disable old access methods. **Do not skip this step!** --- @@ -102,7 +102,7 @@ sudo ./setup_harden_debian_ubuntu.sh --quiet --- -## ❗ Important Notes +## :exclamation: Important Notes - **Run this on a fresh system.** While idempotent, the script is designed for initial provisioning. - **A system reboot is required** after the script completes to ensure all changes, especially to the kernel and services, are applied cleanly.