Mailing List Archive

[Bug 1090] Increase MAX_SESSIONS?
https://bugzilla.mindrot.org/show_bug.cgi?id=1090


Paul Wankadia <junyer@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #979 is|0 |1
obsolete| |




--- Comment #7 from Paul Wankadia <junyer@gmail.com> 2008-03-19 12:03:01 ---
Created an attachment (id=1473)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1473)
adds MaxSessions knob to daemon configuration

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1090] Increase MAX_SESSIONS? [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1090


Damien Miller <djm@mindrot.org> changed:

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




--- Comment #8 from Damien Miller <djm@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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1090] Increase MAX_SESSIONS? [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1090


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

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




--- Comment #9 from Darren Tucker <dtucker@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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1090] Increase MAX_SESSIONS? [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1090





--- Comment #10 from Damien Miller <djm@mindrot.org> 2008-03-19 12:41:36 ---
Yes, s/channels list/sessions list/

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs