savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [467] ssh-keygen -t ed25519


From: bob
Subject: [Savannah-cvs] [467] ssh-keygen -t ed25519
Date: Sat, 7 May 2022 00:34:30 -0400 (EDT)

Revision: 467
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=467
Author:   rwp
Date:     2022-05-07 00:34:28 -0400 (Sat, 07 May 2022)
Log Message:
-----------
ssh-keygen -t ed25519

Examples create ed25519 keys now.

Modified Paths:
--------------
    trunk/sviki/SshAccess.mdwn

Modified: trunk/sviki/SshAccess.mdwn
===================================================================
--- trunk/sviki/SshAccess.mdwn  2022-04-29 07:00:11 UTC (rev 466)
+++ trunk/sviki/SshAccess.mdwn  2022-05-07 04:34:28 UTC (rev 467)
@@ -65,9 +65,9 @@
 -------------
 Set up your ssh key by typing in a terminal window on your local machine:
 
-    ssh-keygen
+    ssh-keygen -t ed25519
 
-Then copy the contents of the resulting file `~/.ssh/id_rsa.pub` into
+Then copy the contents of the resulting file `~/.ssh/id_ed25519.pub` into
 the form at <https://savannah.gnu.org/my/admin/editsshkeys.php>
 (after logging in to the savannah web interface).
 
@@ -123,9 +123,9 @@
 First, you need to create the ssh key.  Typically, this is done by
 running the terminal command:
 
-    ssh-keygen
+    ssh-keygen -t ed25519
 
-The public key will be created in the file `~/.ssh/id_rsa.pub` by
+The public key will be created in the file `~/.ssh/id_ed25519.pub` by
 default.  It will ask you for a passphrase.  This passphrase is used
 to encrypt your private key.  Only you knowing this passphrase will be
 able to decrypt your private key and therefore only you will be able




reply via email to

[Prev in Thread] Current Thread [Next in Thread]