I have a problem with SSH key usage for GIT on windows. It works fine from windows GUI git clients. From the terminal - git-bash / mingw32 - it fails with
$ git pull
git@<gitserver redacted>: Permission denied (publickey).
fatal: Could not read from remote repository.
I have run eval "$(ssh-agent -s)" and ssh-add ~/.ssh/2025-my-PRIVATE-key.ppk but to no avail.
My key content is of the form
$ cat ~/.ssh/2025-my-PRIVATE-key.ppk
PuTTY-User-Key-File-3: ssh-rsa
Encryption: aes256-cbc
Comment: rsa-key-2025-testing
Public-Lines: 6
REDACTED
...
REDACTED
Key-Derivation: REDACTED
...
Private-Lines: 14
REDACTED
...
Private-MAC: REDACTED