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