Mercurial > dropbear
diff dropbear.8 @ 835:4095b6d7c9fc ecc
Merge in changes from the past couple of releases
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 18 Oct 2013 21:38:01 +0800 |
parents | f8b28a3de6cb |
children | 057204b3dd61 |
line wrap: on
line diff
--- a/dropbear.8 Sat May 25 00:54:19 2013 +0800 +++ b/dropbear.8 Fri Oct 18 21:38:01 2013 +0800 @@ -1,6 +1,6 @@ .TH dropbear 8 .SH NAME -dropbear \- lightweight SSH2 server +dropbear \- lightweight SSH server .SH SYNOPSIS .B dropbear [\-FEmwsgjki] [\-b @@ -10,7 +10,7 @@ .IR [address:]port ] .SH DESCRIPTION .B dropbear -is a SSH 2 server designed to be small enough to be used in small memory +is a SSH 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 @@ -29,7 +29,7 @@ some SSH implementations use the term "DSA" rather than "DSS", they mean the same thing. This file is generated with -.BR dropbearkey (8). +.BR dropbearkey (1). .TP .B \-r \fIrsakey rsakeyfile. @@ -37,7 +37,7 @@ .I rsakey for the rsa host key (default: /etc/dropbear/dropbear_rsa_host_key). This file is generated with -.BR dropbearkey (8). +.BR dropbearkey (1). .TP .B \-F Don't fork into background. @@ -180,13 +180,14 @@ .B SSH_AUTH_SOCK Set to a forwarded ssh-agent connection. - +.SH NOTES +Dropbear only supports SSH protocol version 2. .SH AUTHOR Matt Johnston ([email protected]). .br Gerrit Pape ([email protected]) wrote this manual page. .SH SEE ALSO -dropbearkey(8), dbclient(1) +dropbearkey(1), dbclient(1), dropbearconvert(1) .P https://matt.ucc.asn.au/dropbear/dropbear.html