2005-03-13 16:22:36 +00:00
|
|
|
.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
|
2006-06-07 16:04:14 +00:00
|
|
|
.B \-L \fIlistenport\fR:\fIhost\fR:\fIport\fR
|
2005-03-13 16:22:36 +00:00
|
|
|
Local port forwarding.
|
|
|
|
Forward the port
|
2006-06-07 16:04:14 +00:00
|
|
|
.I listenport
|
|
|
|
on the local host through the SSH connection to port
|
|
|
|
.I port
|
|
|
|
on the host
|
|
|
|
.IR host .
|
2005-03-13 16:22:36 +00:00
|
|
|
.TP
|
2006-06-07 16:04:14 +00:00
|
|
|
.B \-R \fIlistenport\fR:\fIhost\fR:\fIport\fR
|
2005-03-13 16:22:36 +00:00
|
|
|
Remote port forwarding.
|
|
|
|
Forward the port
|
2006-06-07 16:04:14 +00:00
|
|
|
.I listenport
|
|
|
|
on the remote host through the SSH connection to port
|
|
|
|
.I port
|
|
|
|
on the host
|
|
|
|
.IR host .
|
2005-03-13 16:22:36 +00:00
|
|
|
.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.
|
2005-12-04 16:13:11 +00:00
|
|
|
.TP
|
2006-06-07 15:01:20 +00:00
|
|
|
.B \-N
|
|
|
|
Don't request a remote shell or run any commands. Any command arguments are ignored.
|
|
|
|
.TP
|
2006-06-07 15:47:04 +00:00
|
|
|
.B \-f
|
|
|
|
Fork into the background after authentication. A command argument (or -N) is required.
|
|
|
|
This is useful when using password authentication.
|
|
|
|
.TP
|
2005-12-04 16:13:11 +00:00
|
|
|
.B \-g
|
|
|
|
Allow non-local hosts to connect to forwarded ports. Applies to -L and -R
|
|
|
|
forwarded ports, though remote connections to -R forwarded ports may be limited
|
|
|
|
by the ssh server.
|
2005-03-13 16:22:36 +00:00
|
|
|
.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
|