[Bug 1090] Increase MAX_SESSIONS?

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Mar 19 12:40:17 EST 2008


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


Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added                       
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au          




--- Comment #9 from Darren Tucker <dtucker at zip.com.au>  2008-03-19 12:40:11 ---
(In reply to comment #8)
> 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

Did you mean session list here?  The channel list is already dynamic
(however it uses xrealloc so an allocation failure will kill the
connection).

> (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