]> andersk Git - openssh.git/commit
- djm@cvs.openbsd.org 2008/05/08 12:21:16
authordjm <djm>
Mon, 19 May 2008 05:34:50 +0000 (05:34 +0000)
committerdjm <djm>
Mon, 19 May 2008 05:34:50 +0000 (05:34 +0000)
commitc6dca55e0eefa98cf32caf4fa1660e16182a80e4
tree02d4d9cbc1c4a228a7a2b76d80599888c217627c
parentc49ce62eb7b6368923708ee2ec571ea1303830d8
   - djm@cvs.openbsd.org 2008/05/08 12:21:16
     [monitor.c monitor_wrap.c session.h servconf.c servconf.h session.c]
     [sshd_config sshd_config.5]
     Make the maximum number of sessions run-time controllable via
     a sshd_config MaxSessions knob. This is useful for disabling
     login/shell/subsystem access while leaving port-forwarding working
     (MaxSessions 0), disabling connection multiplexing (MaxSessions 1) or
     simply increasing the number of allows multiplexed sessions.
     Because some bozos are sure to configure MaxSessions in excess of the
     number of available file descriptors in sshd (which, at peak, might be
     as many as 9*MaxSessions), audit sshd to ensure that it doesn't leak fds
     on error paths, and make it fail gracefully on out-of-fd conditions -
     sending channel errors instead of than exiting with fatal().
     bz#1090; MaxSessions config bits and manpage from junyer AT gmail.com
     ok markus@
ChangeLog
monitor.c
monitor_wrap.c
servconf.c
servconf.h
session.c
session.h
sshd_config
sshd_config.5
This page took 0.368411 seconds and 5 git commands to generate.