https://bugzilla.mindrot.org/show_bug.cgi?id=1278
Jakub Jelen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |--- Status|CLOSED |REOPENED CC| |[email protected] --- Comment #10 from Jakub Jelen <[email protected]> --- During last months I devoted some time to solve this problem. In cooperation with Cygwin maintainer I build ssh client for cygwin, which is able to connect to server using multiplexed connection. It was briefly tested in scap-workbench for windows [1] and success was reported. It is really unlike that file descriptors passing will be implemented in cygwin in near future (not sure if windows is even able to do this somehow) so we have chosen to make workaround in openssh using unix domain sockets. Unfortunately, it is not full featured solution and it doesn't handle full featured pseudo terminals. It is targeted more to remote command execution, file uploads and file downloads, which is more common use case for automation and works fine. So enough of words, here is the current version of patch [2]. I'm posting it here to see if upstream is interested in this feature, otherwise it will have to be maintained as downstream cygwin patch. And of course, comments, improvements and patches are welcomed. [1] https://github.com/OpenSCAP/scap-workbench/issues/14#issuecomment-120105262 [2] https://github.com/Jakuje/stuff/blob/master/openssh_without_fdpass.patch -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
