summaryrefslogtreecommitdiff
path: root/dbclient.1
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-03-13 16:22:36 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-03-13 16:22:36 +0000
commitdf34d2b80a1ec5713ebc4296877de8b8188308a2 (patch)
treeadaaa8e8d55e3eaf02e70fe25d470bc8d260010b /dbclient.1
parent9ffd0609a2016eed6a0edbb830031bc6470ffd3c (diff)
downloaddropbear-df34d2b80a1ec5713ebc4296877de8b8188308a2.tar.gz
Merge in Debian package changes from 0.45-3, grab the dbclient manpage
Diffstat (limited to 'dbclient.1')
-rw-r--r--dbclient.169
1 files changed, 69 insertions, 0 deletions
diff --git a/dbclient.1 b/dbclient.1
new file mode 100644
index 0000000..fc6f0d0
--- /dev/null
+++ b/dbclient.1
@@ -0,0 +1,69 @@
+.TH dbclient 1
+.SH NAME
+dbclient \- lightweight SSH2 client
+.SH SYNOPSIS
+.B dbclient
+[\-Tt] [\-p
+.I port\fR] [\-i
+.I id\fR] [\-L
+.I l\fR:\fIh\fR:\fIr\fR] [\-R
+.I l\fR:\fIh\fR:\fIr\fR] [\-l
+.IR user ]
+.I host
+.SH DESCRIPTION
+.B dbclient
+is a SSH 2 client designed to be small enough to be used in small memory
+environments, while still being functional and secure enough for general use.
+.SH OPTIONS
+.TP
+.B \-p \fIport
+Remote port.
+Connect to port
+.I port
+on the remote host.
+Default is 22.
+.TP
+.B \-i \fIidfile
+Identity file.
+Read the identity from file
+.I idfile
+(multiple allowed).
+.TP
+.B \-L \fIlocalport\fR:\fIremotehost\fR:\fIremoteport\fR
+Local port forwarding.
+Forward the port
+.I localport
+on the local host to port
+.I remoteport
+on the remote host
+.IR remotehost .
+.TP
+.B \-R \fIlocalport\fR:\fIremotehost\fR:\fIremoteport\fR
+Remote port forwarding.
+Forward the port
+.I remoteport
+on the remote host
+.I remotehost
+to port
+.I localport
+on the local host.
+.TP
+.B \-l \fIuser
+Username.
+Login as
+.I user
+on the remote host.
+.TP
+.B \-t
+Allocate a pty.
+.TP
+.B \-T
+Don't allocate a pty.
+.SH AUTHOR
+Matt Johnston (matt@ucc.asn.au).
+.br
+Gerrit Pape (pape@smarden.org) wrote this manual page.
+.SH SEE ALSO
+dropbear(8), dropbearkey(8)
+.P
+http://matt.ucc.asn.au/dropbear/dropbear.html