Displaying 1 result from an estimated 1 matches for "48377993".
Did you mean:
377993
2018 Jan 23
8
Sending Signal to remote process
...process:
kill pid-of-ssh
Unfortunately only the ssh process itself gets the signal, not the remote command (print-signal.py). The remote command
does not terminate :-(
How can I make ssh "forward" the SIGTERM signal to the remote command?
See https://stackoverflow.com/questions/48377993/forwards-sigterm-over-ssh
According to this[1] answer, openssh does not implement this.
It would be realy great if openssh could forward the signal to the remote-command.
What do you think?
Regards,
Thomas G?ttler
[1] https://stackoverflow.com/questions/46333657/send-signals-to-remote-proc...