diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-09 19:37:38 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-09 19:37:38 +0000 |
commit | 60b64002196eb39d59a4d4263a98fe9f8dcb187e (patch) | |
tree | b7a51be6d0573000ece64727ac85a410479720b8 /sys/man/1 | |
parent | 3bbff3ee20de3f6ccbfd543a311ecb24f2eb8729 (diff) |
ssh(1): relies -> relays (thanks sigrid)
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/ssh | 2 |
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) |