~ubuntu-branches/ubuntu/utopic/dropbear/utopic-proposed

« back to all changes in this revision

Viewing changes to dbclient.1

  • Committer: Bazaar Package Importer
  • Author(s): Matt Johnston
  • Date: 2005-12-08 19:20:21 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051208192021-nyp9rwnt77nsg6ty
Tags: 0.47-1
* New upstream release.
* SECURITY: Fix incorrect buffer sizing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
.TP
 
63
.B \-g
 
64
Allow non-local hosts to connect to forwarded ports. Applies to -L and -R
 
65
forwarded ports, though remote connections to -R forwarded ports may be limited
 
66
by the ssh server.
 
67
.SH AUTHOR
 
68
Matt Johnston (matt@ucc.asn.au).
 
69
.br
 
70
Gerrit Pape (pape@smarden.org) wrote this manual page.
 
71
.SH SEE ALSO
 
72
dropbear(8), dropbearkey(8)
 
73
.P
 
74
http://matt.ucc.asn.au/dropbear/dropbear.html