https://bugzilla.mindrot.org/show_bug.cgi?id=1424
Thomas Kluyver <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #42 from Thomas Kluyver <[email protected]> --- Is there anything we can do to move this forwards? I've also just run into the lack of support for signalling processes started through SSH. Would it help to separate out the client part from the server part? It seems that most of the discussion that has held it up is about the user interface. If the server part went in, other clients could start using it to send signals while OpenSSH worked out how to expose it in the client. At present, other implementations are stuck waiting for OpenSSH to support this, because they're usually used against an OpenSSH server. E.g. for Python: https://github.com/paramiko/paramiko/issues/785 and for Go: https://github.com/golang/go/issues/16597 (Also, a slightly belated happy 10th birthday to this bug ;-) -- 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
