-
Notifications
You must be signed in to change notification settings - Fork 64
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
Yubikey GPG/PIV/FIDO2 SSH auth issues on Windows 11 #511
Comments
I can't get PIV to work either. Your PIV ssh tutorial is also missing the vital information that the the bin folder needs to be added to your user/system path to function. When I run |
Following this guide isn't helpful: https://support.yubico.com/hc/en-us/articles/360021606180-Using-YubiKey-PIV-with-Windows-native-SSH-client# |
I can use GPG with with KiTTY, but not with the windows SSH client, even if I set the environment variable for %SSH_AUTH_SOCK% to 'C:\Users\{user}\AppData\Local\gnupg\S.gpg-agent.ssh' What is most concerning is that it's taking the ssh key |
Hello! I've tested with version 9.2.2.0 of Win32-OpenSSH and I was successful in using my Yubico Security Key for the SSH key. |
I'm having issues with this tutorial: https://developers.yubico.com/PGP/SSH_authentication/Windows.html
I'm running Windows 11 and have a Yubikey5. I've loaded ED25519 certs onto it, and I'm able to see those in gpg-agent but the windows ssh agent is not able to see these keys. I'd also like to point out that the gpg configuration folder is not
.gnupg
under appdata, but isgnupg
. I've even added the keygrip to thesshcontrol
file, also not mentioned in the guide and the ssh client still isn't seeing my keys.The text was updated successfully, but these errors were encountered: