diff options
author | Fredrik Gustafsson <[email protected]> | 2013-08-20 10:07:33 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-08-20 10:07:33 +0200 |
commit | 12d96ad4cbb41c361cb633615fd52f4b933e907f (patch) | |
tree | 0fc045e295cce85036a873a8d2d00a357b52ccf0 /lib/ssh | |
parent | 0f01c8195a9810fe5ee881440c949ccab15c5db7 (diff) | |
download | otp-12d96ad4cbb41c361cb633615fd52f4b933e907f.tar.gz otp-12d96ad4cbb41c361cb633615fd52f4b933e907f.tar.bz2 otp-12d96ad4cbb41c361cb633615fd52f4b933e907f.zip |
ssh: clarified timeout options
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index bd0d3d49dd..141d3df38e 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -88,6 +88,7 @@ number for SSH.</d> <v>Options = [{Option, Value}]</v> <v>Timeout = infinity | integer(milliseconds)</v> + <d>Negotiation timeout, for connection timeout use the option <c>{connect_timeout, timeout()}</c>.</d> </type> <desc> <p>Connects to an SSH server. No channel is started. This is done |