2

When using plink as ssh agent in sourcetree under windows to pull code from Linux servers that has Yubikey configured, it just fails to popup yubikey authentication form, so I have no chance to click my yubikey and the pull fails directly.

Is there anyway to enable the popup authentication form for yubikey ?

FaceBro
  • 787
  • 2
  • 13
  • 29
  • 1
    Ummmm ... your tags don't make any sense. To the best of my knowledge there's no `sourcetree` for linux, and if you have `ssh` why do need `plink`? – tink Aug 28 '21 at 02:07

1 Answers1

0

As I mentioned in "How do I get my Yubikey to work with SSH in Windows 10?", do not use plink (check also your environment variable for any GIT_SSH variable: you should remove them)

Use the openSSH paackage with Git, and use the latest Git (2.33.0.2).
You can test it with a sk file, as in here (that was for GitHub, but should work with a remote Linux)

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250