[openssh-commits] [openssh] branch master updated: upstream: mention that ed25519 is the default key type generated and

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Aug 17 18:35:43 AEST 2024


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new a0b35c79 upstream: mention that ed25519 is the default key type generated and
a0b35c79 is described below

commit a0b35c791cad1f85481b23ba46373060292e1c80
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Sat Aug 17 08:35:04 2024 +0000

    upstream: mention that ed25519 is the default key type generated and
    
    clarify that rsa-sha2-512 is the default signature scheme when RSA is in use.
    Based on GHPR505 from SebastianRzk
    
    OpenBSD-Commit-ID: 1d90df71636a04601685d2a10a8233bcc8d4f4c5
---
 ssh-keygen.1 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ssh-keygen.1 b/ssh-keygen.1
index df6803fd..06f0555a 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\"	$OpenBSD: ssh-keygen.1,v 1.232 2024/06/17 13:50:18 naddy Exp $
+.\"	$OpenBSD: ssh-keygen.1,v 1.233 2024/08/17 08:35:04 djm Exp $
 .\"
 .\" Author: Tatu Ylonen <ylo at cs.hut.fi>
 .\" Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: June 17 2024 $
+.Dd $Mdocdate: August 17 2024 $
 .Dt SSH-KEYGEN 1
 .Os
 .Sh NAME
@@ -581,7 +581,7 @@ Specifies the type of key to create.
 The possible values are
 .Dq ecdsa ,
 .Dq ecdsa-sk ,
-.Dq ed25519 ,
+.Dq ed25519 (the default),
 .Dq ed25519-sk ,
 or
 .Dq rsa .
@@ -594,7 +594,7 @@ The available RSA signature variants are
 .Dq rsa-sha2-256 ,
 and
 .Dq rsa-sha2-512
-(the default).
+(the default for RSA keys).
 .It Fl U
 When used in combination with
 .Fl s

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list