Mercurial > dropbear
comparison dbclient.1 @ 180:743fce568f49
Merge in Debian package changes from 0.45-3, grab the dbclient manpage
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 13 Mar 2005 16:22:36 +0000 |
parents | |
children | 306499676384 |
comparison
equal
deleted
inserted
replaced
177:2098857ab826 | 180:743fce568f49 |
---|---|
1 .TH dbclient 1 | |
2 .SH NAME | |
3 dbclient \- lightweight SSH2 client | |
4 .SH SYNOPSIS | |
5 .B dbclient | |
6 [\-Tt] [\-p | |
7 .I port\fR] [\-i | |
8 .I id\fR] [\-L | |
9 .I l\fR:\fIh\fR:\fIr\fR] [\-R | |
10 .I l\fR:\fIh\fR:\fIr\fR] [\-l | |
11 .IR user ] | |
12 .I host | |
13 .SH DESCRIPTION | |
14 .B dbclient | |
15 is a SSH 2 client designed to be small enough to be used in small memory | |
16 environments, while still being functional and secure enough for general use. | |
17 .SH OPTIONS | |
18 .TP | |
19 .B \-p \fIport | |
20 Remote port. | |
21 Connect to port | |
22 .I port | |
23 on the remote host. | |
24 Default is 22. | |
25 .TP | |
26 .B \-i \fIidfile | |
27 Identity file. | |
28 Read the identity from file | |
29 .I idfile | |
30 (multiple allowed). | |
31 .TP | |
32 .B \-L \fIlocalport\fR:\fIremotehost\fR:\fIremoteport\fR | |
33 Local port forwarding. | |
34 Forward the port | |
35 .I localport | |
36 on the local host to port | |
37 .I remoteport | |
38 on the remote host | |
39 .IR remotehost . | |
40 .TP | |
41 .B \-R \fIlocalport\fR:\fIremotehost\fR:\fIremoteport\fR | |
42 Remote port forwarding. | |
43 Forward the port | |
44 .I remoteport | |
45 on the remote host | |
46 .I remotehost | |
47 to port | |
48 .I localport | |
49 on the local host. | |
50 .TP | |
51 .B \-l \fIuser | |
52 Username. | |
53 Login as | |
54 .I user | |
55 on the remote host. | |
56 .TP | |
57 .B \-t | |
58 Allocate a pty. | |
59 .TP | |
60 .B \-T | |
61 Don't allocate a pty. | |
62 .SH AUTHOR | |
63 Matt Johnston ([email protected]). | |
64 .br | |
65 Gerrit Pape ([email protected]) wrote this manual page. | |
66 .SH SEE ALSO | |
67 dropbear(8), dropbearkey(8) | |
68 .P | |
69 http://matt.ucc.asn.au/dropbear/dropbear.html |