gerrit/gerrit-sshd/src
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
..
main/java/com/google/gerrit/sshd SshDaemon: Set up the session timeout to make sshd.idleTimeout work 2016-08-10 07:01:24 +00:00
test/java/com/google/gerrit/sshd/commands Move some project classes to extension to expose them in Project API 2014-03-25 06:15:06 +00:00