]> git.lizzy.rs Git - plan9front.git/blob - sys/man/4/sshnet
42291ca609505a44a55982441afd6eada5391e43
[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 and incoming TCP calls
31 via the server.
32 .I Sshnet
33 establishes an SSH connection and, rather than execute a remote command,
34 presents the remote server's TCP stack as a network stack
35 (see the discussion of TCP in
36 .IR ip (3))
37 mounted at
38 .I mtpt
39 (default
40 .BR /net ),
41 optionally posting a 9P service
42 descriptor for the new file system as
43 .IB /srv/ service \fR.
44 All other arguments are passed to
45 .IR ssh (1)
46 as is.
47 .SH SOURCE
48 .B /sys/src/cmd/sshnet.c
49 .SH "SEE ALSO"
50 .IR ssh (1),
51 .IR ip (3)