kryptco / kr

DEPRECATED A dev tool for SSH auth + Git commit/tag signing using a key stored in Krypton.
https://krypt.co/developers/
Other
1.59k stars 109 forks source link

Change in handling of IdentityAgent on Windows OpenSSH 8.9 #329

Open 3b0b opened 2 years ago

3b0b commented 2 years ago

Submitting this here in case it helps anyone else. The short version is:

IdentityAgent \\.\pipe\krd-agent

in my ssh config stopped working; either removing that line and setting $env:SSH_AUTH_SOCK or changing it to

IdentityAgent //./pipe/krd-agent

fixed it for me. See https://github.com/PowerShell/Win32-OpenSSH/issues/1949.