comparison dropbear.8 @ 128:a9dddd13c4ba

Added dropbear.8 and dropbearkey.8 back in
author Matt Johnston <matt@ucc.asn.au>
date Tue, 14 Sep 2004 15:26:50 +0000
parents
children 1916df7df911
comparison
equal deleted inserted replaced
126:4562a2f4d690 128:a9dddd13c4ba
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 .SH AUTHOR
75 Matt Johnston ([email protected]).
76 .br
77 Gerrit Pape ([email protected]) wrote this manual page.
78 .SH SEE ALSO
79 dropbearkey(8)
80 .P
81 http://matt.ucc.asn.au/dropbear/dropbear.html