From fc2efd283b4e33bd6057aa0323a13ae1af4669fa Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Fri, 27 Sep 2024 09:28:44 -0700 Subject: [PATCH] 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 0daff902d4f..a1863a2521f 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"