diff options
author | anton <anton@web> | 2015-05-07 09:50:10 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-05-07 09:50:10 +0000 |
commit | 1e0d57c2376727bb031379ce76954eaa4a9c9003 (patch) | |
tree | 77602431e6a357a67049001bd853dd25e783b935 /doc/bugs | |
parent | f3c4d73147e49ff14a09c15fa6d784b2cfbe87ce (diff) |
Added a comment: me too
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/webapp_fails_to_connect_to_ssh_repository___40__windows__41__/comment_1_c89c2fcd8d93bc64b80749b4207a3ebd._comment | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/webapp_fails_to_connect_to_ssh_repository___40__windows__41__/comment_1_c89c2fcd8d93bc64b80749b4207a3ebd._comment b/doc/bugs/webapp_fails_to_connect_to_ssh_repository___40__windows__41__/comment_1_c89c2fcd8d93bc64b80749b4207a3ebd._comment new file mode 100644 index 000000000..6db718bf2 --- /dev/null +++ b/doc/bugs/webapp_fails_to_connect_to_ssh_repository___40__windows__41__/comment_1_c89c2fcd8d93bc64b80749b4207a3ebd._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="anton" + subject="me too" + date="2015-05-07T09:50:09Z" + content=""" +I get similar results on Windows, but I only use the command line. For some reason git-annex ignores the ssh-agent settings (SSH_AUTH_SOCK=...) and uses the wrong path for the ssh config dir -- /home/username/.ssh (that probably doesn't exist) -- instead of c:/Users/username/.ssh (or whatever it really is). Your issue is probably that ssh wrongly looks for known_hosts in /home/username/.ssh and asks whether you wan't to accept the unknown host key. + +SSH works when ran by git itself (like git clone/push/fetch), also for rsync, but seemingly not git-annex. +"""]] |