From 9a1cebf2e2627742a49ff273e90f198d7e1a27ac Mon Sep 17 00:00:00 2001 From: mrmarkuz Date: Thu, 16 Apr 2026 15:41:00 +0200 Subject: [PATCH 1/2] Explain generated root password --- install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.rst b/install.rst index 29364e23..9786adb3 100644 --- a/install.rst +++ b/install.rst @@ -76,9 +76,9 @@ prompt showing the assigned IP address. Default OS administrative credentials are * Username: ``root`` -* Password: ``Nethesis,1234`` +* The password is a random one, generated on first boot and shown in the console until it's changed. -Log in using the default credentials. On the first login, you will be +Log in using those credentials. On the first login, you will be prompted to change the root password. SSH access is disabled for root. To obtain administrative SSH access, From c23ceb1da36afe765b0560977e72944f6f3da310 Mon Sep 17 00:00:00 2001 From: Markus Neuberger <31746411+mrmarkuz@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:55:55 +0200 Subject: [PATCH 2/2] Fix inconsistent bullet list Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.rst b/install.rst index 9786adb3..14e4af18 100644 --- a/install.rst +++ b/install.rst @@ -76,7 +76,7 @@ prompt showing the assigned IP address. Default OS administrative credentials are * Username: ``root`` -* The password is a random one, generated on first boot and shown in the console until it's changed. +* Password: a random one, generated on first boot and shown on the system console until it's changed. Log in using those credentials. On the first login, you will be prompted to change the root password.