CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/17 02:44:48
Modified files:
usr.bin/ssh : servconf.c servconf.h serverloop.c
sshd_config.5
Log message:
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@
