[Bug 1090] Increase MAX_SESSIONS?

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Mar 19 12:08:34 EST 2008


https://bugzilla.mindrot.org/show_bug.cgi?id=1090


Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added                       
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org             




--- Comment #8 from Damien Miller <djm at mindrot.org>  2008-03-19 12:08:26 ---
Ideally we should permit a "MaxSessions unlimited" that allows creation
of as many sessions as there are available file descriptors to serve
them. This would require dynamic allocation of the channels list
(perhaps with some protection against fragmentation as channels close),
similar changes to the channels list and an audit of both the session
and channels code to ensure that they fail gracefully when they run out
of file descriptors.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list