Generating DSA keys is now done using ssh-keygen -d.

Submitted by:	Annelise Anderson <andrsn@andrsn.stanford.edu>
This commit is contained in:
Chern Lee 2001-10-02 19:04:56 +00:00
parent 31d2175a7d
commit 38d9186d2b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10865

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.81 2001/09/13 22:11:10 logo Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.82 2001/09/19 14:05:27 markm Exp $
-->
<chapter id="security">
@ -3130,7 +3130,9 @@ Your identification has been saved in /home/user/.ssh/identity.
key.</para>
<para>A SSH v2 DSA key can be created for the same purpose by using
the <command>ssh-keygen -t dsa</command> command. This will
the <command>ssh-keygen -d</command> command (or
<command>ssh-keygen -t dsa</command> for FreeBSD versions
prior to 4.4-RELEASE). This will
create a public/private DSA key for use in SSH v2 sessions only.
The public key is stored in <filename>~/.ssh/id_dsa.pub</filename>,
while the private key is in <filename>~/.ssh/id_dsa</filename>.</para>