Skip to content
Commit 03ef04f0 authored by Pascal Bach's avatar Pascal Bach Committed by Robin Gloster
Browse files

install-device: permit root login with password

Allow password login to the installation this allows doing remote installation
via SSH. All that need to be done on the local machine is:
1. Boot from the installation media
2. Set a password with passwd
3. Enable SSH with systemctl start sshd

It is safe as root doesn't have a password by default
and SSH is disabled by default.

Fixes #20718
parent 0a4943a3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment