Message from discussion
Signals sent to ssh, to be passed to remote process.
Received: by 10.66.88.200 with SMTP id bi8mr4424405pab.27.1351093497179;
Wed, 24 Oct 2012 08:44:57 -0700 (PDT)
Received: by 10.68.125.164 with SMTP id mr4mr4977340pbb.19.1351093497113; Wed,
24 Oct 2012 08:44:57 -0700 (PDT)
Path: s9ni23372pbb.0!nntp.google.com!kr7no9475932pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups: comp.security.ssh
Date: Wed, 24 Oct 2012 08:44:56 -0700 (PDT)
Complaints-To: groups-abuse@google.com
Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=134.225.2.2; posting-account=anI_mwoAAAC6ThJbQxmLNlIKhSYFuWiQ
NNTP-Posting-Host: 134.225.2.2
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <65862fff-c5a0-4175-9579-1f2d4781f55c@googlegroups.com>
Subject: Signals sent to ssh, to be passed to remote process.
From: "richard@ds" <richard.delore...@datasift.com>
Injection-Date: Wed, 24 Oct 2012 15:44:57 +0000
Content-Type: text/plain; charset=ISO-8859-1
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