gerrit/gerrit-sshd
David Pursehouse b150ce534a SshDaemon: Set up the session timeout to make sshd.idleTimeout work
SshServer#start() sets up the session timeout by calling:

  setupSessionTimeout(sessionFactory);

but SshDaemon overrides the start() method, does not call super(), and
does not call setupSessionTimeout.

Therefore, no session timeout is set up on ssh sessions, and sessions
continue to be kept open beyond the timeout specified in the configured
sshd.idleTimeout.

Change-Id: Ia72980d3f0f700386f62d301164f61f32405528e
2016-08-03 18:06:25 +09:00
..
src SshDaemon: Set up the session timeout to make sshd.idleTimeout work 2016-08-03 18:06:25 +09:00
BUCK Merge branch 'stable-2.11' into stable-2.12 2015-11-12 12:29:24 -08:00