git: 9front

Download patch

ref: 9114cb02ef1f1745a735d9a6a8e8f995f96161e2
parent: 812c5124873ca6addcaf5197898c46d17353c79e
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat May 18 08:45:57 EDT 2019

sshnet(4): ... and incoming TCP calls

--- a/sys/man/4/sshnet
+++ b/sys/man/4/sshnet
@@ -27,7 +27,8 @@
 [
 .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
--