aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2014-03-26 17:24:51 +0100
committerHans Nilsson <[email protected]>2014-03-26 17:24:51 +0100
commitfb908b7ceccaef70a46bb14db8da3e6e373a9810 (patch)
tree61aa6cc9794abcf310083e4594a5f32e380be367 /lib/ssh/doc/src/ssh.xml
parent2da14af988d563b5c53f42334e990f4c9021dd7a (diff)
downloadotp-fb908b7ceccaef70a46bb14db8da3e6e373a9810.tar.gz
otp-fb908b7ceccaef70a46bb14db8da3e6e373a9810.tar.bz2
otp-fb908b7ceccaef70a46bb14db8da3e6e373a9810.zip
ssh: added daemon option 'parallel_login', default false
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 45bc62d8dd..7fbd70c87e 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -311,6 +311,16 @@
</p>
</item>
+ <tag><c><![CDATA[{parallel_login, boolean()}]]></c></tag>
+ <item>
+ <p>If set to false (the default value), only one login is handled a time. If set to true, an unlimited logins will be allowed simultanously. Note that this affects only the connections with authentication in progress, not the already authenticated connections.
+ </p>
+ <warning>
+ <p>Do not enable parallel_logins without protecting the server by other means like a firewall. If set to true, there is no protection against dos attacs.</p>
+ </warning>
+
+ </item>
+
<tag><c><![CDATA[{key_cb, atom()}]]></c></tag>
<item>
<p>Module implementing the behaviour <seealso marker="ssh_server_key_api">ssh_server_key_api</seealso>.