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

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]]