CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/05 19:42:34
Modified files:
usr.bin/ssh : channels.c channels.h session.c
Log message:
Add channel_set_xtype()
This sets an "extended" channel type after channel creation (e.g.
"session:subsystem:sftp") that will be used for setting channel inactivity
timeouts.
ok markus dtucker
