I installed git for windows and when presented with the option to pick Putty or OpenSSH, I opted for OpenSSH. However, I do have putty installed, and it appears that git caught on to this and is trying to use it. (I have GIT_TRACE=2 in the environment variables)
E:\blah>git push trace: built-in: git 'push' trace: run_command: 'ssh' '[email protected]' 'git-receive-pack '... Enter passphrase for key 'C:\putty\my.ppk': Which is really weird cause that ppk doesn't even have a passphrase. Though the real issue is that it shouldn't be using the putty key, it should be using ~/.id_rsa
This was working right after install, but after restarting the computer it started doing this.
Is there a way I tell git to use openssh without having to reinstall it?
software tools commonly used by programmers, and this is evena practical, answerable problem that is unique to software development(from the help center).