summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-05 13:52:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-05 13:52:23 -0400
commit96c5546cea61543ac115bc9b48a26e51fa96f030 (patch)
tree8423d8ea530da50653bb24d7841b5914a2921654
parentc64785074b925f725acb5ed254d73b310179cba0 (diff)
update with user feedback
-rw-r--r--doc/todo/windows_support.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index bf06f54c2..17accd62e 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -40,6 +40,13 @@ now! --[[Joey]]
has to connect twice to the remote system over ssh per file, which
is much slower than on systems supporting connection caching.
* glacier-cli is not easily available (probably)
+* user feedback: "Git on windows installer provides openssh 4.6. git-annex installer
+ provides openssh 6.2 . This seems to create problems regarding how
+ `known_hosts` file path is setup. Setting `GIT_SSH=` to the git-annex
+ openssh version fixes the problem."
+ However, I don't know how to determine what that location is after
+ it's been installed. Maybe look for ssh.exe in same directory as
+ git-annex.exe? --[[Joey]]
## stuff needing testing