You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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!
The text was updated successfully, but these errors were encountered: