SSH is looking in the wrong place for the public/private key pair on Windows

后端 未结 7 757
眼角桃花
眼角桃花 2020-12-04 18:19

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

7条回答
  •  死守一世寂寞
    2020-12-04 18:37

    Check which ssh to see if you are using /usr/bin/ssh or something else, that might have installed by accident.

    In my case my ssh was replaced by Chocolatey after installing rsync. After running choco uninstall rsync, my SSH was working again.

提交回复
热议问题