Mercurial > dropbear
comparison dropbear.8 @ 391:00fcf5045160
propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head c1db4398d56c56c6d06ae1e20c1e0d04dbb598ed)
to branch 'au.asn.ucc.matt.dropbear' (head d26d5eb2837f46b56a33fb0e7573aa0201abd4d5)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 11 Jan 2007 04:29:08 +0000 |
parents | 0e4f225b7e07 |
children | 4bfd22bac1dc |
comparison
equal
deleted
inserted
replaced
390:d8e44bef7917 | 391:00fcf5045160 |
---|---|
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 \-P \fIpidfile | |
76 Specify a pidfile to create when running as a daemon. If not specified, the | |
77 default is /var/run/dropbear.pid | |
78 .TP | |
79 .B \-a | |
80 Allow remote hosts to connect to forwarded ports. | |
81 .SH AUTHOR | |
82 Matt Johnston ([email protected]). | |
83 .br | |
84 Gerrit Pape ([email protected]) wrote this manual page. | |
85 .SH SEE ALSO | |
86 dropbearkey(8), dbclient(1) | |
87 .P | |
88 http://matt.ucc.asn.au/dropbear/dropbear.html |