seems that webapp ssh password ssh-agent hack is broken on windows after recent ssh changes

This commit is contained in:
Joey Hess 2015-05-08 15:05:48 -04:00
parent d32da9f9b6
commit 6a1814abf5
2 changed files with 7 additions and 0 deletions

2
debian/changelog vendored
View file

@ -45,6 +45,8 @@ git-annex (5.20150508) unstable; urgency=medium
available on more architectures in Devian unstable.
* Windows: Remove cygwin ssh, the newer version of which has stopped
honoring the setting of HOME. Instead, copy msysgit's ssh into PATH.
Note that setting up a remote ssh server using password authentication
is known to be broken in this release on Windows.
* Windows: Roll back to an older version of rsync from cygwin.
The newer version has some dependency on a newer ssh from cygwin.

View file

@ -0,0 +1,5 @@
Recent changes to ssh on Windows have broken the webapps's support for
entering a password when adding a ssh remote.
Using ssh on windows with an existing remote does work. So as a workaround,
set up a passwordless ssh key that can log into the ssh server. --[[Joey]]