comparison dropbear.8 @ 285:1b9e69c058d2

propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 20dccfc09627970a312d77fb41dc2970b62689c3) to branch 'au.asn.ucc.matt.dropbear' (head fdf4a7a3b97ae5046139915de7e40399cceb2c01)
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Mar 2006 13:23:58 +0000
parents 306499676384
children 0e4f225b7e07
comparison
equal deleted inserted replaced
281:997e6f7dc01e 285:1b9e69c058d2
1 .TH dropbear 8
2 .SH NAME
3 dropbear \- lightweight SSH2 server
4 .SH SYNOPSIS
5 .B dropbear
6 [\-FEmwsgjki] [\-b
7 .I banner\fR] [\-d
8 .I dsskey\fR] [\-r
9 .I rsakey\fR] [\-p
10 .IR port ]
11 .SH DESCRIPTION
12 .B dropbear
13 is a SSH 2 server designed to be small enough to be used in small memory
14 environments, while still being functional and secure enough for general use.
15 .SH OPTIONS
16 .TP
17 .B \-b \fIbanner
18 bannerfile.
19 Display the contents of the file
20 .I banner
21 before user login (default: none).
22 .TP
23 .B \-d \fIdsskey
24 dsskeyfile.
25 Use the contents of the file
26 .I dsskey
27 for the dss host key (default: /etc/dropbear/dropbear_dss_host_key).
28 This file is generated with
29 .BR dropbearkey (8).
30 .TP
31 .B \-r \fIrsakey
32 rsakeyfile.
33 Use the contents of the file
34 .I rsakey
35 for the rsa host key (default: /etc/dropbear/dropbear_rsa_host_key).
36 This file is generated with
37 .BR dropbearkey (8).
38 .TP
39 .B \-F
40 Don't fork into background.
41 .TP
42 .B \-E
43 Log to standard error rather than syslog.
44 .TP
45 .B \-m
46 Don't display the message of the day on login.
47 .TP
48 .B \-w
49 Disallow root logins.
50 .TP
51 .B \-s
52 Disable password logins.
53 .TP
54 .B \-g
55 Disable password logins for root.
56 .TP
57 .B \-j
58 Disable local port forwarding.
59 .TP
60 .B \-k
61 Disable remote port forwarding.
62 .TP
63 .B \-p \fIport
64 Listen on specified tcp port
65 .IR port ;
66 up to 10 can be specified (default 22 if none specified).
67 .TP
68 .B \-i
69 Service program mode.
70 Use this option to run
71 .B dropbear
72 under TCP/IP servers like inetd, tcpsvd, or tcpserver.
73 In program mode the \-F option is implied, and \-p options are ignored.
74 .TP
75 .B \-a
76 Allow remote hosts to connect to forwarded ports.
77 .SH AUTHOR
78 Matt Johnston ([email protected]).
79 .br
80 Gerrit Pape ([email protected]) wrote this manual page.
81 .SH SEE ALSO
82 dropbearkey(8), dbclient(1)
83 .P
84 http://matt.ucc.asn.au/dropbear/dropbear.html