richard@ds
unread,Oct 24, 2012, 11:44:56 AM10/24/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am wondering if openssh will forward a signal, sent to ssh, to the remote process.
So if I do:
ssh me@remote command
kill pid_of_ssh
Then remote command should receive the signal, if remote command dies then ssh should die.
Signal should be sent as specified in RFC 4254 - section 6.9