aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2012-10-31 14:51:42 +0100
committerFredrik Gustafsson <[email protected]>2012-10-31 14:51:42 +0100
commit9c9e054f56b9bf05dfca8697e5df318e2ce6a3cd (patch)
tree60a4a8252d73552c481d8d798ff729cac3984090 /lib/ssh/doc/src/ssh.xml
parent8e8b61c63431096cc8fdd4eaea7d7ed33c143847 (diff)
downloadotp-9c9e054f56b9bf05dfca8697e5df318e2ce6a3cd.tar.gz
otp-9c9e054f56b9bf05dfca8697e5df318e2ce6a3cd.tar.bz2
otp-9c9e054f56b9bf05dfca8697e5df318e2ce6a3cd.zip
Doc about idle_time option to ssh:connect
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r--lib/ssh/doc/src/ssh.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index 0133250979..07f657da70 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -184,7 +184,10 @@
(simply passed on to the transport protocol).</p></item>
<tag><c><![CDATA[{ip_v6_disabled, boolean()}]]></c></tag>
<item>
- <p>Determines if SSH shall use IPv6 or not.</p></item>
+ <p>Determines if SSH shall use IPv6 or not.</p></item>
+ <tag><c><![CDATA[{idle_time, timeout()}]]></c></tag>
+ <item>
+ <p>Sets a timeout on connection when not used and no channels are active, default is infinity</p></item>
</taglist>
</desc>
</func>