diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-05-18 12:45:57 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-05-18 12:45:57 +0200 |
commit | d667607c26626219d8dfc1871f0a4d8ef92c240e (patch) | |
tree | 4ee37938c4ac82b7d035cecc3b0e2cf5eba3b1a1 /sys/man/4 | |
parent | a852f55b6c9e9c374fe35fafe6cf1fdfeea7211a (diff) |
sshnet(4): ... and incoming TCP calls
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/sshnet | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/man/4/sshnet b/sys/man/4/sshnet index 00c766c78..42291ca60 100644 --- a/sys/man/4/sshnet +++ b/sys/man/4/sshnet @@ -27,7 +27,8 @@ sshnet - secure file transfer protocol client [ .IB user @] host .SH DESCRIPTION -The SSH protocol allows clients to make outgoing TCP calls via the server. +The SSH protocol allows clients to make outgoing and incoming TCP calls +via the server. .I Sshnet establishes an SSH connection and, rather than execute a remote command, presents the remote server's TCP stack as a network stack |