summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2023-01-09 19:37:38 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2023-01-09 19:37:38 +0000
commit60b64002196eb39d59a4d4263a98fe9f8dcb187e (patch)
treeb7a51be6d0573000ece64727ac85a410479720b8 /sys/man/1
parent3bbff3ee20de3f6ccbfd543a311ecb24f2eb8729 (diff)
ssh(1): relies -> relays (thanks sigrid)
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/ssh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/ssh b/sys/man/1/ssh
index 9eb7a8366..a7e0222c0 100644
--- a/sys/man/1/ssh
+++ b/sys/man/1/ssh
@@ -99,7 +99,7 @@ flag enables debug output.
The
.B -X
flag enables mux mode, which after establishing
-the tunnel, relies the raw SSH protocol
+the tunnel, relays the plaintext SSH protocol
messages on file-descriptor 0 and 1.
This is used by programs such as
.IR sshnet (4)