2004-09-14 15:26:50 +00:00
|
|
|
.TH dropbear 8
|
|
|
|
.SH NAME
|
|
|
|
dropbear \- lightweight SSH2 server
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B dropbear
|
|
|
|
[\-FEmwsgjki] [\-b
|
|
|
|
.I banner\fR] [\-d
|
|
|
|
.I dsskey\fR] [\-r
|
|
|
|
.I rsakey\fR] [\-p
|
|
|
|
.IR port ]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B dropbear
|
|
|
|
is a SSH 2 server 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 \-b \fIbanner
|
|
|
|
bannerfile.
|
|
|
|
Display the contents of the file
|
|
|
|
.I banner
|
|
|
|
before user login (default: none).
|
|
|
|
.TP
|
|
|
|
.B \-d \fIdsskey
|
|
|
|
dsskeyfile.
|
|
|
|
Use the contents of the file
|
|
|
|
.I dsskey
|
|
|
|
for the dss host key (default: /etc/dropbear/dropbear_dss_host_key).
|
|
|
|
This file is generated with
|
|
|
|
.BR dropbearkey (8).
|
|
|
|
.TP
|
|
|
|
.B \-r \fIrsakey
|
|
|
|
rsakeyfile.
|
|
|
|
Use the contents of the file
|
|
|
|
.I rsakey
|
|
|
|
for the rsa host key (default: /etc/dropbear/dropbear_rsa_host_key).
|
|
|
|
This file is generated with
|
|
|
|
.BR dropbearkey (8).
|
|
|
|
.TP
|
|
|
|
.B \-F
|
|
|
|
Don't fork into background.
|
|
|
|
.TP
|
|
|
|
.B \-E
|
|
|
|
Log to standard error rather than syslog.
|
|
|
|
.TP
|
|
|
|
.B \-m
|
|
|
|
Don't display the message of the day on login.
|
|
|
|
.TP
|
|
|
|
.B \-w
|
|
|
|
Disallow root logins.
|
|
|
|
.TP
|
|
|
|
.B \-s
|
|
|
|
Disable password logins.
|
|
|
|
.TP
|
|
|
|
.B \-g
|
|
|
|
Disable password logins for root.
|
|
|
|
.TP
|
|
|
|
.B \-j
|
|
|
|
Disable local port forwarding.
|
|
|
|
.TP
|
|
|
|
.B \-k
|
|
|
|
Disable remote port forwarding.
|
|
|
|
.TP
|
2007-02-22 15:51:15 +00:00
|
|
|
.B \-p \fI[address:]port
|
|
|
|
Listen on specified
|
|
|
|
.I address
|
|
|
|
and TCP
|
|
|
|
.I port.
|
|
|
|
If just a port is given listen
|
|
|
|
on all addresses.
|
2004-09-14 15:26:50 +00:00
|
|
|
up to 10 can be specified (default 22 if none specified).
|
|
|
|
.TP
|
|
|
|
.B \-i
|
|
|
|
Service program mode.
|
|
|
|
Use this option to run
|
|
|
|
.B dropbear
|
|
|
|
under TCP/IP servers like inetd, tcpsvd, or tcpserver.
|
|
|
|
In program mode the \-F option is implied, and \-p options are ignored.
|
2005-12-04 16:13:11 +00:00
|
|
|
.TP
|
2006-06-07 15:01:20 +00:00
|
|
|
.B \-P \fIpidfile
|
|
|
|
Specify a pidfile to create when running as a daemon. If not specified, the
|
|
|
|
default is /var/run/dropbear.pid
|
|
|
|
.TP
|
2005-12-04 16:13:11 +00:00
|
|
|
.B \-a
|
|
|
|
Allow remote hosts to connect to forwarded ports.
|
2007-07-25 15:44:25 +00:00
|
|
|
.TP
|
|
|
|
.B \-W \fIwindowsize
|
|
|
|
Specify the per-channel receive window buffer size. Increasing this
|
|
|
|
may improve network performance at the expense of memory use. Use -h to see the
|
|
|
|
default buffer size.
|
2007-08-08 15:12:06 +00:00
|
|
|
.TP
|
|
|
|
.B \-K \fItimeout_seconds
|
|
|
|
Ensure that traffic is transmitted at a certain interval in seconds. This is
|
|
|
|
useful for working around firewalls or routers that drop connections after
|
|
|
|
a certain period of inactivity. The trade-off is that a session may be
|
|
|
|
closed if there is a temporary lapse of network connectivity. A setting
|
|
|
|
if 0 disables keepalives.
|
2004-09-14 15:26:50 +00:00
|
|
|
.SH AUTHOR
|
|
|
|
Matt Johnston (matt@ucc.asn.au).
|
|
|
|
.br
|
|
|
|
Gerrit Pape (pape@smarden.org) wrote this manual page.
|
|
|
|
.SH SEE ALSO
|
2005-03-13 16:23:15 +00:00
|
|
|
dropbearkey(8), dbclient(1)
|
2004-09-14 15:26:50 +00:00
|
|
|
.P
|
|
|
|
http://matt.ucc.asn.au/dropbear/dropbear.html
|