I just installed copSSH for Windows. When I boot it up I get a directory C:\copSSH\home\Nick\.ssh
which has my pub and private key it.
When I access this directory via a Cygwin bash window using
ssh user@host
I get happily logged in. However, when I open a git bash window with
git clone ssh://user@host
it tries to access the keys in C:\Users\Nick\.ssh
, which gives me a "permission denied" error. How can I fix git so everything is using C:\copSSH\home\Nick\.ssh
as the directory?