diff options
author | 2018-10-02 12:51:58 +0000 | |
---|---|---|
committer | 2018-10-02 12:51:58 +0000 | |
commit | a098558be063ea677f521aaa9cb632b076d7f398 (patch) | |
tree | 1ea97fdbcd7f7a72ba68f110f04ec1cecb411507 /usr.bin/ssh | |
parent | Add server support for signalling sessions via the SSH channel/ (diff) | |
download | wireguard-openbsd-a098558be063ea677f521aaa9cb632b076d7f398.tar.xz wireguard-openbsd-a098558be063ea677f521aaa9cb632b076d7f398.zip |
mention INFO@openssh.com for sending SIGINFO
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/PROTOCOL | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/ssh/PROTOCOL b/usr.bin/ssh/PROTOCOL index abea8a026e4..bb8a485aa33 100644 --- a/usr.bin/ssh/PROTOCOL +++ b/usr.bin/ssh/PROTOCOL @@ -334,6 +334,13 @@ a server may offer multiple keys of the same type for a period (to give clients an opportunity to learn them using this extension) before removing the deprecated key from those offered. +2.6. connection: SIGINFO support for "signal" channel request + +The SSH channels protocol (RFC4254 section 6.9) supports sending a +signal to a session attached to a channel. OpenSSH supports one +extension signal "INFO@openssh.com" that allows sending SIGINFO on +BSD-derived systems. + 3. SFTP protocol changes 3.1. sftp: Reversal of arguments to SSH_FXP_SYMLINK @@ -489,4 +496,4 @@ OpenSSH's connection multiplexing uses messages as described in PROTOCOL.mux over a Unix domain socket for communications between a master instance and later clients. -$OpenBSD: PROTOCOL,v 1.35 2018/08/10 00:44:01 djm Exp $ +$OpenBSD: PROTOCOL,v 1.36 2018/10/02 12:51:58 djm Exp $ |