From 6dae98d627d16ce67b5ac75f7fc69cfa1caa6dc9 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Thu, 1 Jun 2017 13:19:12 +0200 Subject: ssh: Document send_ext_info and recv_ext_info options --- lib/ssh/doc/src/ssh.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 5c9ce3d5fb..ea7e975ef5 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -320,6 +320,29 @@ attempted.

+ + + + +

Tell the server that the client accepts extension negotiation. See + Draft-ietf-curdle-ssh-ext-info (work in progress) for details. +

+

Currently implemented extension is server-sig-algs which is the list of the server's preferred + user's public key algorithms. +

+

Default value is true. +

+
+

Module implementing the behaviour + + +

Send a list of extensions to the client if the client has asked for it. See + Draft-ietf-curdle-ssh-ext-info (work in progress) for details. +

+

Currently implemented extension is sending server-sig-algs which is the list of the server's preferred + user's public key algorithms. +

+

Default value is true. +

+
+ + +

Module implementing the behaviour