diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-11-09 10:59:19 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-11-09 10:59:19 +0000 |
commit | 5efdd391eb215a26c6efd5e632f2b0d9823515b3 (patch) | |
tree | ec977aed1476796d71b501905bfca0ac34996758 /dropbearkey.8 | |
parent | adc4d0194f4c9348cdd331e80deb2b3401a29877 (diff) |
Mention DSS and DSA being the same thing
--HG--
extra : convert_revision : 562d196de58e606c7a95671e9e7b3d1cc0f9752d
Diffstat (limited to 'dropbearkey.8')
-rw-r--r-- | dropbearkey.8 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dropbearkey.8 b/dropbearkey.8 index a093d85..b5745dd 100644 --- a/dropbearkey.8 +++ b/dropbearkey.8 @@ -11,13 +11,16 @@ dropbearkey \- create private keys for the use with dropbear(8) .IR bits ] .SH DESCRIPTION .B dropbearkey -generates a type -.I rsa +generates a +.I RSA or -.I dss -SSH private key, and saves it to a file for the use with the +.I DSS +format SSH private key, and saves it to a file for the use with the .BR dropbear (8) SSH 2 server. +Note that +some SSH implementations +use the term "DSA" rather than "DSS", they mean the same thing. .SH OPTIONS .TP .B \-t \fItype |