From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/2] OpenSSH: No longer try to load the RSA key Date: Mon, 09 Dec 2024 11:37:10 +0000 Message-ID: <20241209113711.2684032-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0610341619331553549==" List-Id: --===============0610341619331553549== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This key has been removed on new installations. Signed-off-by: Michael Tremer --- config/ssh/sshd_config | 1 - 1 file changed, 1 deletion(-) diff --git a/config/ssh/sshd_config b/config/ssh/sshd_config index e338f8cef..09d771b9a 100644 --- a/config/ssh/sshd_config +++ b/config/ssh/sshd_config @@ -27,7 +27,6 @@ MACs hmac-sha2-512-etm(a)openssh.com,hmac-sha2-256-etm(a)op= enssh.com,umac-128-etm(a)op # Only allow cryptographically safe SSH host keys (adjust paths if needed) HostKey /etc/ssh/ssh_host_ed25519_key HostKey /etc/ssh/ssh_host_ecdsa_key -HostKey /etc/ssh/ssh_host_rsa_key =20 # Only allow login via public key by default PubkeyAuthentication yes --=20 2.39.5 --===============0610341619331553549==--