-
Notifications
You must be signed in to change notification settings - Fork 32
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
SSHD not starting on CentOS 8 VM? #12
Comments
Is this some entropy issue? If I just start typing at the local LUKS password prompt without even submitting the password, the sshd server is availble shortly after. If I don't do anything even after 1m30s there's still no sshd server availble. |
Yeah, not having enough entropy is a common thing when testing such stuff in a VM. This is also the reason why the qemu call in the test-suite has Depending on the host even the entropy of the host system might run out. If this happens in a test environment I start |
Description
I am booting a CentOS 8 via KVM / virt-manager with kernel options
rd.neednet=1 ip=dhcp
Expected behavior
I can login via ssh to enter the password
Observed behavior
Connection on port 22 is refused
( implying that the network setup via dhcp works fine right? )
Additioal Information
If I add
rd.break
to the cmdline, enter the LUKS password using virt-manager I get dropped to the dracut rescue shell and I can connect via ssh. This is still the initramfs sshd right?Do you have some tips how to debug this?
The text was updated successfully, but these errors were encountered: