File: windows_ssh_webapp_password_entry_broken.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (11 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
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]]

> I have a `winprocfix` branch that uses process-1.3 which has been
> enhanced to allow fixing this. Merging is currently blocked on
> <https://github.com/pcapriotti/optparse-applicative/issues/153> --[[Joey]]
> 
> [[fixed|done]] --[[Joey]]