summaryrefslogtreecommitdiff
path: root/sys/man/1/ssh
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-04-02 18:46:00 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2019-04-02 18:46:00 +0200
commit009b624fe69ab396babae0ecc9bc7a6bb5bf7405 (patch)
treed8b73fc75665675aa92d6adf93300094282f3641 /sys/man/1/ssh
parenta4ab7dbe4676a12d5a04844a519507811857f422 (diff)
ssh(1): add sshnet(4) reference
Diffstat (limited to 'sys/man/1/ssh')
-rw-r--r--sys/man/1/ssh6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/man/1/ssh b/sys/man/1/ssh
index ac4f8f754..6ab146c5d 100644
--- a/sys/man/1/ssh
+++ b/sys/man/1/ssh
@@ -92,6 +92,9 @@ option, instead of executing a command remotely, makes
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 @@ Setting it to zero disables keyboard-interactive authentication.
.IR rsa (8),
.IR thumbprint (6),
.IR factotum (4),
-.IR sshfs (4)
+.IR sshfs (4),
+.IR sshnet (4)