CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/29 21:19:54
Modified files:
usr.bin/ssh : serverloop.c
Log message:
Activate UnusedConnectionTimeout only after last channel has closed.
Previously UnusedConnectionTimeout could fire early after a
ChannelTimeout.
This was not a problem for the OpenSSH client because it terminates
once all channels have closed but could cause problems for other
clients (e.g. API clients) that do things differently.
bz3827; ok dtucker
