]> git.lizzy.rs Git - plan9front.git/blob - sys/man/4/sshnet
f37c4330a482a3628c580adcf6185c09dbf87134
[plan9front.git] / sys / man / 4 / sshnet
1 .TH SSHNET 4
2 .SH NAME
3 sshnet - secure file transfer protocol client
4 .SH SYNOPSIS
5 .B sshnet
6 [
7 .B -m
8 .I mtpt
9 ]
10 [
11 .B -s
12 .I service
13 ] [
14 .IB user @] host
15 .br
16 .B sshnet
17 [
18 .B -m
19 .I mtpt
20 ]
21 [
22 .B -s
23 .I service
24 ]
25 .B --
26 .I ssh-options
27 [
28 .IB user @] host
29 .SH DESCRIPTION
30 The SSH protocol allows clients to make outgoing TCP calls via the server.
31 .I Sshnet
32 establishes an SSH connection and, rather than execute a remote command,
33 presents the remote server's TCP stack as a network stack
34 (see the discussion of TCP in
35 .IR ip (3))
36 mounted at
37 .I mtpt
38 (default
39 .BR /net ),
40 optionally posting a 9P service
41 descriptor for the new file system as
42 .IB /srv/ service \fR.
43 All other arguments are passed to
44 .IR ssh (1)
45 as is.
46 .SH SOURCE
47 .B /sys/src/cmd/sshnet.c
48 .SH BUGS
49 Incoming connections are not supported.
50 .SH "SEE ALSO"
51 .IR ssh (1),
52 .IR ip (3)