diff dropbearkey.1 @ 860:057204b3dd61

docs for ecdsa
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:14:09 +0800
parents 830fae485d40
children 295a08e9d07e
line wrap: on
line diff
--- a/dropbearkey.1	Thu Nov 14 22:07:18 2013 +0800
+++ b/dropbearkey.1	Thu Nov 14 22:14:09 2013 +0800
@@ -12,9 +12,10 @@
 .SH DESCRIPTION
 .B dropbearkey
 generates a
-.I RSA
+.I RSA 
+.I DSS,
 or
-.I DSS
+.I ECDSA
 format SSH private key, and saves it to a file for the use with the
 Dropbear client or server.
 Note that 
@@ -26,6 +27,7 @@
 Type of key to generate.
 Must be one of
 .I rsa
+.I ecdsa
 or
 .IR dss .
 .TP
@@ -36,7 +38,7 @@
 .B \-s \fIbits
 Set the key size to
 .I bits
-bits, should be multiple of 8 (optional).
+bits, should be multiple of 8 (optional). 
 .SH NOTES
 The program dropbearconvert(1) can be used to convert between Dropbear and OpenSSH key formats.
 .P