]> git.feebdaed.xyz Git - 0xmirror/openssh-portable.git/commit
upstream: Add an ssh -Oconninfo command
authordtucker@openbsd.org <dtucker@openbsd.org>
Fri, 5 Dec 2025 06:16:27 +0000 (06:16 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 5 Dec 2025 07:05:44 +0000 (18:05 +1100)
commiteb97fc2b5e7c85a37fdb3f8a6ee1d665ef086c3f
tree33be053bbfbb24c7c98a52b6f9be74937bd68f7f
parent66622394fd3a51e9a6c99c39a068f8ba709542fa
upstream: 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@

OpenBSD-Commit-ID: 50f047a85da277360558cabdfed59cb66f754341
clientloop.h
mux.c
packet.c
ssh.1
ssh.c