diff options
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -334,6 +334,13 @@ a server may offer multiple keys of the same type for a period (to | |||
334 | give clients an opportunity to learn them using this extension) before | 334 | give clients an opportunity to learn them using this extension) before |
335 | removing the deprecated key from those offered. | 335 | removing the deprecated key from those offered. |
336 | 336 | ||
337 | 2.6. connection: SIGINFO support for "signal" channel request | ||
338 | |||
339 | The SSH channels protocol (RFC4254 section 6.9) supports sending a | ||
340 | signal to a session attached to a channel. OpenSSH supports one | ||
341 | extension signal "INFO@openssh.com" that allows sending SIGINFO on | ||
342 | BSD-derived systems. | ||
343 | |||
337 | 3. SFTP protocol changes | 344 | 3. SFTP protocol changes |
338 | 345 | ||
339 | 3.1. sftp: Reversal of arguments to SSH_FXP_SYMLINK | 346 | 3.1. sftp: Reversal of arguments to SSH_FXP_SYMLINK |
@@ -489,4 +496,4 @@ OpenSSH's connection multiplexing uses messages as described in | |||
489 | PROTOCOL.mux over a Unix domain socket for communications between a | 496 | PROTOCOL.mux over a Unix domain socket for communications between a |
490 | master instance and later clients. | 497 | master instance and later clients. |
491 | 498 | ||
492 | $OpenBSD: PROTOCOL,v 1.35 2018/08/10 00:44:01 djm Exp $ | 499 | $OpenBSD: PROTOCOL,v 1.36 2018/10/02 12:51:58 djm Exp $ |