Add a sshd_config UnusedConnectionTimeout option to terminate
authordjm <djm@openbsd.org>
Tue, 17 Jan 2023 09:44:48 +0000 (09:44 +0000)
committerdjm <djm@openbsd.org>
Tue, 17 Jan 2023 09:44:48 +0000 (09:44 +0000)
commitf98a6cf613bdd6315c8290e0dabc481d687a87a7
tree52275a277954ba2a42f05d33726e8a73d7309f83
parent5ccb579607040740c88682cd871266a53495791a
Add a sshd_config UnusedConnectionTimeout option to terminate
client connections that have no open channels for some length
of time. This complements the recently-added ChannelTimeout
option that terminates inactive channels after a timeout.

ok markus@
usr.bin/ssh/servconf.c
usr.bin/ssh/servconf.h
usr.bin/ssh/serverloop.c
usr.bin/ssh/sshd_config.5