sshnet(4): fix user@host syntax, add BUGS section, add ip(3) reference
This commit is contained in:
parent
6d429cf9e8
commit
89a83271f4
1 changed files with 8 additions and 4 deletions
|
@ -10,8 +10,8 @@ sshnet - secure file transfer protocol client
|
||||||
[
|
[
|
||||||
.B -s
|
.B -s
|
||||||
.I service
|
.I service
|
||||||
]
|
] [
|
||||||
.IB user @ host
|
.IB user @] host
|
||||||
.br
|
.br
|
||||||
.B sshnet
|
.B sshnet
|
||||||
[
|
[
|
||||||
|
@ -24,7 +24,8 @@ sshnet - secure file transfer protocol client
|
||||||
]
|
]
|
||||||
.B --
|
.B --
|
||||||
.I ssh-options
|
.I ssh-options
|
||||||
.IB user @ host
|
[
|
||||||
|
.IB user @] host
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
The SSH protocol allows clients to make outgoing TCP calls via the server.
|
The SSH protocol allows clients to make outgoing TCP calls via the server.
|
||||||
.I Sshnet
|
.I Sshnet
|
||||||
|
@ -44,5 +45,8 @@ All other arguments are passed to
|
||||||
as is.
|
as is.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /sys/src/cmd/sshnet.c
|
.B /sys/src/cmd/sshnet.c
|
||||||
|
.SH BUGS
|
||||||
|
Incoming connections are not supported.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR ssh (1)
|
.IR ssh (1),
|
||||||
|
.IR ip (3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue