Mercurial > dropbear
comparison dropbear.8 @ 821:f8b28a3de6cb
Don't say "SSH 2" any more since protocol version 1 is irrelevant
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 03 Oct 2013 23:50:04 +0800 |
parents | 4b47ff154ff6 |
children | 057204b3dd61 |
comparison
equal
deleted
inserted
replaced
820:830fae485d40 | 821:f8b28a3de6cb |
---|---|
1 .TH dropbear 8 | 1 .TH dropbear 8 |
2 .SH NAME | 2 .SH NAME |
3 dropbear \- lightweight SSH2 server | 3 dropbear \- lightweight SSH server |
4 .SH SYNOPSIS | 4 .SH SYNOPSIS |
5 .B dropbear | 5 .B dropbear |
6 [\-FEmwsgjki] [\-b | 6 [\-FEmwsgjki] [\-b |
7 .I banner\fR] [\-d | 7 .I banner\fR] [\-d |
8 .I dsskey\fR] [\-r | 8 .I dsskey\fR] [\-r |
9 .I rsakey\fR] [\-p | 9 .I rsakey\fR] [\-p |
10 .IR [address:]port ] | 10 .IR [address:]port ] |
11 .SH DESCRIPTION | 11 .SH DESCRIPTION |
12 .B dropbear | 12 .B dropbear |
13 is a SSH 2 server designed to be small enough to be used in small memory | 13 is a SSH server designed to be small enough to be used in small memory |
14 environments, while still being functional and secure enough for general use. | 14 environments, while still being functional and secure enough for general use. |
15 .SH OPTIONS | 15 .SH OPTIONS |
16 .TP | 16 .TP |
17 .B \-b \fIbanner | 17 .B \-b \fIbanner |
18 bannerfile. | 18 bannerfile. |
27 for the DSS host key (default: /etc/dropbear/dropbear_dss_host_key). | 27 for the DSS host key (default: /etc/dropbear/dropbear_dss_host_key). |
28 Note that | 28 Note that |
29 some SSH implementations | 29 some SSH implementations |
30 use the term "DSA" rather than "DSS", they mean the same thing. | 30 use the term "DSA" rather than "DSS", they mean the same thing. |
31 This file is generated with | 31 This file is generated with |
32 .BR dropbearkey (8). | 32 .BR dropbearkey (1). |
33 .TP | 33 .TP |
34 .B \-r \fIrsakey | 34 .B \-r \fIrsakey |
35 rsakeyfile. | 35 rsakeyfile. |
36 Use the contents of the file | 36 Use the contents of the file |
37 .I rsakey | 37 .I rsakey |
38 for the rsa host key (default: /etc/dropbear/dropbear_rsa_host_key). | 38 for the rsa host key (default: /etc/dropbear/dropbear_rsa_host_key). |
39 This file is generated with | 39 This file is generated with |
40 .BR dropbearkey (8). | 40 .BR dropbearkey (1). |
41 .TP | 41 .TP |
42 .B \-F | 42 .B \-F |
43 Don't fork into background. | 43 Don't fork into background. |
44 .TP | 44 .TP |
45 .B \-E | 45 .B \-E |
178 | 178 |
179 .TP | 179 .TP |
180 .B SSH_AUTH_SOCK | 180 .B SSH_AUTH_SOCK |
181 Set to a forwarded ssh-agent connection. | 181 Set to a forwarded ssh-agent connection. |
182 | 182 |
183 | 183 .SH NOTES |
184 Dropbear only supports SSH protocol version 2. | |
184 | 185 |
185 .SH AUTHOR | 186 .SH AUTHOR |
186 Matt Johnston ([email protected]). | 187 Matt Johnston ([email protected]). |
187 .br | 188 .br |
188 Gerrit Pape ([email protected]) wrote this manual page. | 189 Gerrit Pape ([email protected]) wrote this manual page. |
189 .SH SEE ALSO | 190 .SH SEE ALSO |
190 dropbearkey(8), dbclient(1) | 191 dropbearkey(1), dbclient(1), dropbearconvert(1) |
191 .P | 192 .P |
192 https://matt.ucc.asn.au/dropbear/dropbear.html | 193 https://matt.ucc.asn.au/dropbear/dropbear.html |