diff options
author | Hans Nilsson <[email protected]> | 2014-04-24 15:21:55 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-04-24 15:21:55 +0200 |
commit | 3af70a78b6b84ed1e503d4b8d249ae9e8147eba2 (patch) | |
tree | 48a130191052ce7ad3d4add8f9b8f149be605c69 /lib/ssh/doc/src | |
parent | 1700332e03168d577eb64b93fcae876a6ad9db3d (diff) | |
download | otp-3af70a78b6b84ed1e503d4b8d249ae9e8147eba2.tar.gz otp-3af70a78b6b84ed1e503d4b8d249ae9e8147eba2.tar.bz2 otp-3af70a78b6b84ed1e503d4b8d249ae9e8147eba2.zip |
ssh: Doc change on max_session param
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 57aab09cc6..5a141ced3c 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -315,7 +315,7 @@ <item> <p>The maximum number of simultaneous sessions that are accepted at any time for this daemon. This includes sessions that are being authorized. So if set to <c>N</c>, and <c>N</c> clients have connected but not started the login process, the <c>N+1</c> connection attempt will be aborted. If <c>N</c> connections are authenticated and still logged in, no more loggins will be accepted until one of the existing ones log out. </p> - <p>The counter is per listening port, so if two daemons are started, one with <c>{max_sessions,N}</c> and the other with <c>{max_sessions,M}</c> there will be in total <c>N+M</c> connections accepted for the whole ssh server. + <p>The counter is per listening port, so if two daemons are started, one with <c>{max_sessions,N}</c> and the other with <c>{max_sessions,M}</c> there will be in total <c>N+M</c> connections accepted for the whole ssh application. </p> <p>Note that if <c>parallel_login</c> is <c>false</c>, only one client at a time may be in the authentication phase. </p> |