summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2024-07-18 01:47:28 +0000
committerDamien Miller <djm@cvs.openbsd.org>2024-07-18 01:47:28 +0000
commitb4485e158b5f8b0272187596797dc1744d4479f7 (patch)
tree0f2639864580f9412f417e6f8189f8bf66e9ee51 /usr.bin
parentf6246ca624d0abba272836cfa6064d24960d92f3 (diff)
mention mux proxy mode
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh.16
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index f871ff4e46a..710d3d4e6fd 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.442 2024/06/27 21:02:16 jmc Exp $
-.Dd $Mdocdate: June 27 2024 $
+.\" $OpenBSD: ssh.1,v 1.443 2024/07/18 01:47:27 djm Exp $
+.Dd $Mdocdate: July 18 2024 $
.Dt SSH 1
.Os
.Sh NAME
@@ -490,6 +490,8 @@ Valid commands are:
(request forwardings without command execution),
.Dq cancel
(cancel forwardings),
+.Dq proxy
+(connect to a running multiplexing master in proxy mode),
.Dq exit
(request the master to exit), and
.Dq stop