[Bug 1090] Increase MAX_SESSIONS?
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Sep 24 01:05:48 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1090
------- Additional Comments From lamont.jones at hp.com 2005-09-24 01:05 -------
Created an attachment (id=963)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=963&action=view)
proposed patch to add MaxSessions config parameter
This patch makes MaxSessions a config parameter, default of 64, and grows the
table one entry at a time, to minimize memory usage. If MaxSessions is set to
0, then there is no limit. It does not appear (at first glance) that any of
the session_* functions are performance criticial, so I didn't work on removing
the linear search.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list