Skip to content
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 Passkey support for Windows included openssh client #455

Open
GrigoriOH opened this issue Aug 12, 2024 · 1 comment
Open

YubiKey Passkey support for Windows included openssh client #455

GrigoriOH opened this issue Aug 12, 2024 · 1 comment

Comments

@GrigoriOH
Copy link

I encountered an issue with VSCode, trying to connect to a remote development server over SSH. It always kept asking me for a password, although putty used pubkey authentification from the yubikey just fine.

After some search for the cause, it turns out, that you need to add the following line to the gpg-agent.conf file in order to use yubikey with the openssh client that ships with recent releases of windows:

enable-win32-openssh-support

Maybe you can add this info in your guide?

Further information can be found here: https://developers.yubico.com/PGP/SSH_authentication/Windows.html

Thanks a lot for this great guide!

@drduh
Copy link
Owner

drduh commented Aug 18, 2024

Sounds great - @GrigoriOH can you send a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants