git: 9front

Download patch

ref: 02ae2ff02209d5f82509ea6775d5939663478899
parent: 4d7780d60dca325bb96ea9398c4123cedc65fe75
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Apr 2 14:46:00 EDT 2019

ssh(1): add sshnet(4) reference

--- a/sys/man/1/ssh
+++ b/sys/man/1/ssh
@@ -92,6 +92,9 @@
 the server dial a tcp connection to
 .I remote!port
 which the client relays on standard input and output.
+For handling multiple connections transparently to
+programs, see
+.IR sshnet (4).
 .PP
 The
 .B -d
@@ -117,4 +120,5 @@
 .IR rsa (8),
 .IR thumbprint (6),
 .IR factotum (4),
-.IR sshfs (4)
+.IR sshfs (4),
+.IR sshnet (4)
--