comparison dbclient.1 @ 391:00fcf5045160

propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head c1db4398d56c56c6d06ae1e20c1e0d04dbb598ed) to branch 'au.asn.ucc.matt.dropbear' (head d26d5eb2837f46b56a33fb0e7573aa0201abd4d5)
author Matt Johnston <matt@ucc.asn.au>
date Thu, 11 Jan 2007 04:29:08 +0000
parents 1857c2c551ea
children 7319d229799a
comparison
equal deleted inserted replaced
390:d8e44bef7917 391:00fcf5045160
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 \fIlistenport\fR:\fIhost\fR:\fIport\fR
33 Local port forwarding.
34 Forward the port
35 .I listenport
36 on the local host through the SSH connection to port
37 .I port
38 on the host
39 .IR host .
40 .TP
41 .B \-R \fIlistenport\fR:\fIhost\fR:\fIport\fR
42 Remote port forwarding.
43 Forward the port
44 .I listenport
45 on the remote host through the SSH connection to port
46 .I port
47 on the host
48 .IR host .
49 .TP
50 .B \-l \fIuser
51 Username.
52 Login as
53 .I user
54 on the remote host.
55 .TP
56 .B \-t
57 Allocate a pty.
58 .TP
59 .B \-T
60 Don't allocate a pty.
61 .TP
62 .B \-N
63 Don't request a remote shell or run any commands. Any command arguments are ignored.
64 .TP
65 .B \-f
66 Fork into the background after authentication. A command argument (or -N) is required.
67 This is useful when using password authentication.
68 .TP
69 .B \-g
70 Allow non-local hosts to connect to forwarded ports. Applies to -L and -R
71 forwarded ports, though remote connections to -R forwarded ports may be limited
72 by the ssh server.
73 .SH AUTHOR
74 Matt Johnston ([email protected]).
75 .br
76 Gerrit Pape ([email protected]) wrote this manual page.
77 .SH SEE ALSO
78 dropbear(8), dropbearkey(8)
79 .P
80 http://matt.ucc.asn.au/dropbear/dropbear.html