-
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 fails to start after Fedora 41 upgrade #87
Comments
All right. Turns out I was still on 0.6.5 since dnf didn't upgrade the package because the gpg key wasn't trusted anymore. After removing the copr repo, explicitly removing the gpg key, re-addind the copr repo and re-installing the package it works as expected. Thanks and sorry for the noise. |
in case someone else has the issue here's what I did to fix this: rpm -q gpg-pubkey --qf '%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n'
rpm -e gpg-pubkey-104b5281-5c4ca7c7
dnf remove dracut-sshd
dnf copr remove gsauthof/dracut-sshd
dnf copr enable gsauthof/dracut-sshd
dnf install dracut-sshd
dracut -f -v
reboot |
Some background on the copr issue: #82 (comment) Unfortunately, the linked upstream bug is still open. Perhaps it makes sense to update an item to the dracut-sshd FAQ. |
Hi, just updated to Fedora 41 and sshd is refusing to start in initrd:
luckily unlocking manually on the console still worked. Did I miss something config-wise that might have changed? The last few upgrades went perfectly fine.
The text was updated successfully, but these errors were encountered: