I\'m trying to configure GIT on my Windows XP machine, but SSH keeps creating and looking for the public/private key pair in non-sensical places, e.g. /.ssh/id_rsa
I
Check which ssh to see if you are using /usr/bin/ssh or something else, that might have installed by accident.
which ssh
/usr/bin/ssh
In my case my ssh was replaced by Chocolatey after installing rsync. After running choco uninstall rsync, my SSH was working again.
rsync
choco uninstall rsync