diff options
author | Fredrik Gustafsson <[email protected]> | 2012-10-31 14:51:42 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-10-31 14:51:42 +0100 |
commit | 9c9e054f56b9bf05dfca8697e5df318e2ce6a3cd (patch) | |
tree | 60a4a8252d73552c481d8d798ff729cac3984090 /lib/ssh/doc/src | |
parent | 8e8b61c63431096cc8fdd4eaea7d7ed33c143847 (diff) | |
download | otp-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')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 5 |
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> |