-
Notifications
You must be signed in to change notification settings - Fork 11
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
Clarification of the usage of winssh-pageant #14
Comments
Hello, and thanks for asking this question. I've struggled with how to word the description/instructions, it can be confusing! Addressing your points in order:
The key takeaway here is that
You do not add your keys to PuTTY (pageant). You add them to the Windows OpenSSH Key Agent. Run this command:
That's assuming you've added the OpenSSH location to your System PATH, otherwise use the fully qualified path to the key. Assuming the OpenSSH.msi install worked (I wasn't able to get The service should be added and already running. After you've Once that's all correct, any programs that "only talk to pageant", like WinSCP, will seamlessly use whatever keys you have loaded, no need to interact with PuTTY or Pageant again! |
Thank you very much for this project and your support. I got it running including 2FA with FIDO2. |
Hi,
Thank you for this project. It would be great to give the Windows users the possibility to use OpenSSH with FIDO2 support.
Could you help me with the configuration?
msiexec /i OpenSSH-x64-v8.9.1.0.msi REMOVE=Server
.\ssh-keygen.exe -t ecdsa-sk
How do I add my ssh key to putty? Selecting the private key in Connection -> SSH -> Auth -> Private key file for authentication does not work. I get the following error:
Unable to use key file "C:\Users\MyUserName\.ssh\id_ecdsa_sk" (OpenSSH SSH-2 private key (new format))
The text was updated successfully, but these errors were encountered: