From 84df3d4d0278e21a36a453bfee94799f0df67c2a Mon Sep 17 00:00:00 2001
From: Hans Nilsson
Date: Tue, 6 Oct 2015 21:18:23 +0200
Subject: ssh: Option max_channels added.
It actually counts the number of subsystem alive. Allocating a channel does not consume any resources
(except some cpu cycles), but the subsystem start spawns processes.
---
lib/ssh/doc/src/ssh.xml | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'lib/ssh/doc')
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index cf5e8f1aff..37ed016099 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -501,6 +501,15 @@ kex is implicit but public_key is set explicitly.
+
+ -
+
The maximum number of channels with active remote subsystem that are accepted for
+ each connection to this daemon
+ By default, this option is not set. This means that the number is not limited.
+
+
+
+
-
If set to false (the default value), only one login is handled at a time.
--
cgit v1.2.3
From e3f1601f4cb16ebe68f145e366f78cff9d15beae Mon Sep 17 00:00:00 2001
From: Erlang/OTP
Date: Tue, 13 Oct 2015 14:47:34 +0200
Subject: Update release notes
---
lib/ssh/doc/src/notes.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
(limited to 'lib/ssh/doc')
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index 368bb0f552..0c0c947f65 100644
--- a/lib/ssh/doc/src/notes.xml
+++ b/lib/ssh/doc/src/notes.xml
@@ -30,6 +30,23 @@
notes.xml
+Ssh 4.1.1
+
+ Improvements and New Features
+
+ -
+
+ A new option max_channels limits the number of
+ channels with active server-side subsystems that are
+ accepted.
+
+ Own Id: OTP-13036
+
+
+
+
+
+
Ssh 4.1
Fixed Bugs and Malfunctions
--
cgit v1.2.3