git: fc2efd283b4e - main - RELNOTES: RSA host keys for SSH are deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Sep 2024 16:30:24 UTC
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=fc2efd283b4e33bd6057aa0323a13ae1af4669fa commit fc2efd283b4e33bd6057aa0323a13ae1af4669fa Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-09-27 16:28:44 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-09-27 16:28:44 +0000 RELNOTES: RSA host keys for SSH are deprecated Ficticious hash since there's no actual code change; but the release notes for FreeBSD 15 should say that RSA host keys for SSH will no longer be generated by default in FreeBSD 16. Discussed on: freebsd-arch Sponsored by: Amazon --- RELNOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELNOTES b/RELNOTES index 0daff902d4fd..a1863a2521fd 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,10 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +000000000000: + RSA host keys for SSH are deprecated and will no longer be generated + by default in FreeBSD 16. + 0aabcd75dbc2: EC2 AMIs no longer generate RSA host keys by default for SSH. RSA host key generation can be re-enabled by setting sshd_rsa_enable="YES"