X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=sys%2Fman%2F4%2Fsshnet;h=42291ca609505a44a55982441afd6eada5391e43;hb=HEAD;hp=fbade7c32e7d0e74c9480ea05f0acb6330bd86a6;hpb=fdcb55d6967291e80cd62fc1fbf313fdf74b7592;p=plan9front.git diff --git a/sys/man/4/sshnet b/sys/man/4/sshnet index fbade7c32..42291ca60 100644 --- a/sys/man/4/sshnet +++ b/sys/man/4/sshnet @@ -10,8 +10,8 @@ sshnet - secure file transfer protocol client [ .B -s .I service -] -.IB user @ host +] [ +.IB user @] host .br .B sshnet [ @@ -24,9 +24,11 @@ sshnet - secure file transfer protocol client ] .B -- .I ssh-options -.IB user @ host +[ +.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 @@ -45,4 +47,5 @@ as is. .SH SOURCE .B /sys/src/cmd/sshnet.c .SH "SEE ALSO" -.IR ssh (1) +.IR ssh (1), +.IR ip (3)