I'm running:
Windows 10 (latest updates)
Git version 'git version 2.36.1.windows.1'
SSH -V returns:
OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
In the properties-dialog all executables inside C:\Windows\System32\OpenSSH* display:
product version: 8.1.0.1 (this is the default suite that Windows10 maintains - I never laid a finger on it myself)
The 'ssh-agent' is up and running 'ssh-add -l' displays both of my keys:
3072 SHA256:.... <blahblah> (RSA) 2048 SHA256:.... C:\foo\bar\key.ppk (RSA)
These exact same keys are also used inside WSL2 (Ubuntu 20.04) and they work just fine.
When I try to run 'git pull' on any of my BitBucket repos I get the following error:
permission denied (public key)'
The exact same command works fine in Ubuntu 20.04 with the exact same keys loaded in 'ssh-agent'. What gives?
