From fa96e303df2526747690a081b58804126118db56 Mon Sep 17 00:00:00 2001 From: tengel Date: Mon, 2 Feb 2026 08:43:08 -0600 Subject: [PATCH] seems Note is a special keyword for Forgejo --- md/debian_server_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/debian_server_setup.md b/md/debian_server_setup.md index 49052b1..ea99f0a 100644 --- a/md/debian_server_setup.md +++ b/md/debian_server_setup.md @@ -79,7 +79,7 @@ systemctl restart sshd **Test logging in again** to ensure the changes are as expected. Do not log out of the active, working SSH session as root until you've confirmed in _another_ session you can log in as your non-root user and still gain `sudo` to root. -> **OVH** their cloud-init opens up password SSH and allows the user to sudo without password, see `/etc/ssh/sshd_config.d/50-cloud-init.conf` and `/etc/sudoers.d/90-cloud-init-users` +> **Note** OVH cloud-init opens up password SSH and allows the user to sudo without password, see `/etc/ssh/sshd_config.d/50-cloud-init.conf` and `/etc/sudoers.d/90-cloud-init-users` ## Server Hardening