diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-08 15:05:48 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-08 15:07:23 -0400 |
commit | 9254113316b8ca6285748a6dc96111130a065ce0 (patch) | |
tree | 9ee509015f831f1bb36bfad6118f8d62f272ae61 /doc | |
parent | 578f59a9f93750662c6c42f6a7223bac75de6018 (diff) |
seems that webapp ssh password ssh-agent hack is broken on windows after recent ssh changes5.20150508
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/windows_ssh_webapp_password_entry_broken.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/windows_ssh_webapp_password_entry_broken.mdwn b/doc/bugs/windows_ssh_webapp_password_entry_broken.mdwn new file mode 100644 index 000000000..e734e007b --- /dev/null +++ b/doc/bugs/windows_ssh_webapp_password_entry_broken.mdwn @@ -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]] |