SSH is looking in the wrong place for the public/private key pair on Windows
Posted
by Michael Morisy
on Stack Overflow
See other posts from Stack Overflow
or by Michael Morisy
Published on 2010-05-15T16:34:53Z
Indexed on
2010/05/15
16:54 UTC
Read the original article
Hit count: 236
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
Is there a configuration file in the GIT Installation for Windows where I can switch this to my home directory, or another user defined place? By default, it offers to create new key pairs at //.ssh/id_rsa but that gives me the error "Could not create directory '//.ssh'." And when I'm able to find a directory I can create it in, GIT won't look there.
© Stack Overflow or respective owner