summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2020-08-14 15:11:46 +0200
committerHans Nilsson <hans@erlang.org>2020-08-20 09:11:01 +0200
commitde3d02f5038327ee21c35edcba24572d0899df8f (patch)
treee51b5a5bc95d47fb77b1578e8f29ee8ab239b472 /lib/ssh/doc/src/ssh.xml
parent5611d807d8d4f13e289147818416b8db26e755fd (diff)
downloaderlang-de3d02f5038327ee21c35edcba24572d0899df8f.tar.gz
ssh: Add daemon option "hello_timeout"
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r--lib/ssh/doc/src/ssh.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index 221ca0b6fd..5413c299e3 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -646,6 +646,16 @@
</datatype>
<datatype>
+ <name name="hello_timeout_daemon_option"/>
+ <desc>
+ <p>Maximum time in milliseconds for the first part of the ssh session setup, the hello message exchange.
+ Defaults to 30000 ms (30 seconds). If the client fails to send the first message within this time,
+ the connection is closed.
+ </p>
+ </desc>
+ </datatype>
+
+ <datatype>
<name name="negotiation_timeout_daemon_option"/>
<desc>
<p>Maximum time in milliseconds for the authentication negotiation.