signal forwarding support
Markus Friedl
markus at openbsd.org
Sun Jan 19 20:42:15 EST 2003
On Sun, Jan 19, 2003 at 03:12:39PM +0900, Atsuhiko Yamanaka wrote:
> Hi,
>
> I have a question about signal forwarding support in sshd of OpenSSH.
>
> http://www.openssh.org/txt/draft-ietf-secsh-connect-15.txt says that
> |4.9 Signals
> |
> | A signal can be delivered to the remote process/service using the
> | following message. Some systems may not implement signals, in which
> | case they SHOULD ignore this message.
> |
> | byte SSH_MSG_CHANNEL_REQUEST
> | uint32 recipient channel
> | string "signal"
> | boolean FALSE
> | string signal name without the "SIG" prefix.
>
> and it seems to me that sshd of OpenSSH has ignored this request.
no, sshd no longer ignore this.
More information about the openssh-unix-dev
mailing list