CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/09/15 18:13:58
Modified files:
usr.bin/ssh : channels.c channels.h misc.c misc.h
monitor_wrap.c readconf.c readconf.h servconf.c
servconf.h ssh.c ssh_config.5 sshconnect.c
sshd-auth.c sshd-session.c sshd_config.5
Log message:
Extend TCPKeepAlive to support forwardings too
This allows the existing client and server TCPKeepAlive option to optionally
enable keepalives on TCP connections that are created for forwardings.
Previously this option controlled keepalives on the connection socket only.
TCPKeepAlive "yes" or "transport" enables keepalives on the connection
socket. "TCPKeepAlive all" additionally enables them for forwarding
sockets.
bz3921. ok markus, deraadt