-
Notifications
You must be signed in to change notification settings - Fork 27
Default password #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You might have broken the cloud-init mechanism by making
Edit: |
That's interesting, Trying it out as a cdrom now.
Testing it now to see what happens. |
No difference, sadly. |
I believe i've found the answer. And a more complete answer for anyone who finds this. In order to log on with a password as a defined user, you need to set No password is set by default, and you should use the |
What happened:
I'm trying to log into a VM created from quay.io/containerdisks/ubuntu:24.04 using the default username
ubuntu
but I don't know what the default password is.I tried using cloudInitNoCloud to set both a user with a password, and to set a password on its own, but neither have worked.
At the moment i'm not using bridge networking, so I don't have the ability to ssh into the guest, and
virtctl ssh
returns a "connection refused", so assigning the ssh_authorized_keys doesn't help me.from
virtctl vnc
, i can see the guest is running and is at the login screen, i just can't get in.What you expected to happen:
Trying to log into the machine
How to reproduce it (as minimally and precisely as possible):
Steps to reproduce the behavior.
Additional context:
Add any other context about the problem here.
Environment:
virtctl version
): 1.4.0kubectl version
): 1.3.0The text was updated successfully, but these errors were encountered: