CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/04 23:16:27
Modified files:
usr.bin/ssh : clientloop.h mux.c packet.c ssh.1 ssh.c
Log message:
Add an ssh -Oconninfo command that shows connection information,
similar to the ~I escapechar. This is the first use of the mux
extension mechanism, so it should be both forward and backward
compatible: a new client talking to an old server will not allow
the "conninfo" request to be sent, but everything else should work
seamlessly. feedback and ok djm@