From d6808f4a10216045b306dbab456a05f36e9a8d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radovan=20Je=C4=8Dmenica?= <147708271+radovanjecmenica@users.noreply.github.com> Date: Mon, 5 May 2025 09:14:49 +0200 Subject: [PATCH] Update root-password.md --- website/docs/admin/advanced/root-password.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/website/docs/admin/advanced/root-password.md b/website/docs/admin/advanced/root-password.md index a8619579..f36f7694 100644 --- a/website/docs/admin/advanced/root-password.md +++ b/website/docs/admin/advanced/root-password.md @@ -4,4 +4,14 @@ sidebar_position: 2 # Change Root Password -Change ssh password for the 'root' user. +Use this section to securely update the SSH password for the root user. + +To ensure strong security, your new password must meet the following requirements: + +- Length: 8–20 characters + +- Must include both letters and numbers + +- No spaces, special characters, or emoji are allowed + +This action updates the root user's credentials used for direct SSH access to the server. Always store your new password securely and avoid using easily guessable combinations.