-
Notifications
You must be signed in to change notification settings - Fork 30
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
Permission denied (publickey) #30
Comments
Try to debug this issue by looking at the ssh log messages from early boot (e.g. with |
The correct key is in my initramfs archive.
And for
Which seem fine. |
Is the sshd logging any errors during early-boot? |
Not beyond the warning about |
You can also compare the |
Actually I am currently experiencing the exact same problem. |
Okay so at least on fedora 32, when you did not create a root user password (just your own user and made him member of the wheel group), you cannot login via ssh, as the user account is locked. See https://unix.stackexchange.com/questions/193066/how-to-unlock-account-for-public-key-ssh-authorization-but-not-for-password-aut Edit: Maybe adding a notice to the README would be helpful? |
Thank you 👍 |
Hi, when I attempt to ssh to unlock my system, I get
Permission denied (publickey)
But once the system in booted I am able to ssh in with the same key. I was concerned that maybe my
authorized_keys
file wasn't getting loaded properly butwould lead me to believe that that's not the problem.
The text was updated successfully, but these errors were encountered: