gerrit/gerrit-sshd
David Pursehouse f57d2b8f83 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
(cherry picked from commit b150ce534a)
2016-08-10 07:01:24 +00:00
..
src SshDaemon: Set up the session timeout to make sshd.idleTimeout work 2016-08-10 07:01:24 +00:00
BUCK BanCommitCommand: Do not use commons.collections 2015-11-10 23:40:00 -08:00