Mention DSS and DSA being the same thing

--HG--
extra : convert_revision : 562d196de58e606c7a95671e9e7b3d1cc0f9752d
This commit is contained in:
Matt Johnston 2008-11-09 10:59:19 +00:00
parent adc4d0194f
commit 5efdd391eb
2 changed files with 11 additions and 5 deletions

View File

@ -24,7 +24,10 @@ before user login (default: none).
dsskeyfile. dsskeyfile.
Use the contents of the file Use the contents of the file
.I dsskey .I dsskey
for the dss host key (default: /etc/dropbear/dropbear_dss_host_key). for the DSS host key (default: /etc/dropbear/dropbear_dss_host_key).
Note that
some SSH implementations
use the term "DSA" rather than "DSS", they mean the same thing.
This file is generated with This file is generated with
.BR dropbearkey (8). .BR dropbearkey (8).
.TP .TP

View File

@ -11,13 +11,16 @@ dropbearkey \- create private keys for the use with dropbear(8)
.IR bits ] .IR bits ]
.SH DESCRIPTION .SH DESCRIPTION
.B dropbearkey .B dropbearkey
generates a type generates a
.I rsa .I RSA
or or
.I dss .I DSS
SSH private key, and saves it to a file for the use with the format SSH private key, and saves it to a file for the use with the
.BR dropbear (8) .BR dropbear (8)
SSH 2 server. SSH 2 server.
Note that
some SSH implementations
use the term "DSA" rather than "DSS", they mean the same thing.
.SH OPTIONS .SH OPTIONS
.TP .TP
.B \-t \fItype .B \-t \fItype