Fix explanation of ssh-keygen for the last time.
This commit is contained in:
parent
368e669d00
commit
6e1eb12881
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10932
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.84 2001/10/08 12:53:06 tom Exp $
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
@ -3148,8 +3148,8 @@ Your identification has been saved in /home/user/.ssh/identity.
|
|||
|
||||
<para>A SSH v2 DSA key can be created for the same purpose by using
|
||||
the <command>ssh-keygen -d</command> command (or
|
||||
<command>ssh-keygen -t dsa</command> for FreeBSD versions
|
||||
prior to 4.4-RELEASE). This will
|
||||
<command>ssh-keygen -t dsa</command> for FreeBSD &os.current;).
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue