Hi team cloud image, In current Debian 13 nocloud images root login via tty seems no longer possible. Is this intended?
In this merge request: https://salsa.debian.org/cloud-team/debian-cloud-images/-/merge_requests/491/diffs#199f8e37b40a3a3f5dd03c7363015e0bdc954c6f in file config_space/14/scripts/NOCLOUD/10-password #!/bin/sh set -euE - $ROOTCMD passwd --delete root + echo 'root:!unprovisioned' | $ROOTCMD chpasswd -c NONE this changes login behavior. Best Regards Stefan Lorenz
