CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/15 00:05:47
Modified files:
usr.bin/ssh : channels.c
Log message:
Fix ChannelTimeout specificity
Previously a more specific channel type (e.g. "session:shell") could
clobber a user-specified ChannelTimeout if it was less specific
(e.g. "session").
Also, in some cases, the debug messages were printing 0 instead of the
effective timeout.
>From Bhagavathiyappan Shanmugam <[email protected]>
via bz3994
