From 38d9186d2b634f0939f878ad13712a9501bffeed Mon Sep 17 00:00:00 2001 From: Chern Lee Date: Tue, 2 Oct 2001 19:04:56 +0000 Subject: [PATCH] Generating DSA keys is now done using ssh-keygen -d. Submitted by: Annelise Anderson --- en_US.ISO8859-1/books/handbook/security/chapter.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml index 7817a8e2c0..8b35073289 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml @@ -1,7 +1,7 @@ @@ -3130,7 +3130,9 @@ Your identification has been saved in /home/user/.ssh/identity. key. A SSH v2 DSA key can be created for the same purpose by using - the ssh-keygen -t dsa command. This will + the ssh-keygen -d command (or + ssh-keygen -t dsa 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 ~/.ssh/id_dsa.pub, while the private key is in ~/.ssh/id_dsa.