Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help
----------------------------------------------------------------------
yasu@rolling-vm-freebsd5[1002]% uname -v
FreeBSD 14.1-PRERELEASE #0 stable/14-n267586-19e335596658: Thu May  2 20:41=
:56
UTC 2024=20=20=20=20
root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
yasu@rolling-vm-freebsd5[1003]% ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/home/yasu/.ssh/id_rsa): ^C
yasu@rolling-vm-freebsd5[1004]%
----------------------------------------------------------------------

I checked commit log of main branch and found following change is committed
before base edf8578117e8.

----------------------------------------------------------------------
commit c9315099f69e
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: Thu Sep 7 12:32:39 2023 -0400
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: Thu Sep 7 13:34:21 2023 -0400

    ssh-keygen: Generate Ed25519 keys when invoked without arguments

    Ed25519 keys are convenient because they're much smaller, and the next
    OpenSSH release (9.5) will switch to them by default.  Apply the change
    to FreeBSD main now, to help identify issues as early as possible.

    Reviewed by:    kevans, karels, des
    Relnotes:       Yes
    Obtained from:  OpenBSD 9de458a24986
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D41773
----------------------------------------------------------------------

But there isn't corresponding commit in either stable/13 or stable/14. So it
seems default type of key is still rsa with 13-STABLE and 14-STABLE because
above commit is forgotten to be merged to them.

Cc-ing committer of base c9315099f69e.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>