From: Michael Tremer Date: Mon, 9 Dec 2024 11:37:10 +0000 (+0000) Subject: OpenSSH: No longer try to load the RSA key X-Git-Tag: v2.29-core190~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0712a67744c6da9f0e4ddb3510af7b42d5a6c223;p=ipfire-2.x.git OpenSSH: No longer try to load the RSA key This key has been removed on new installations. Signed-off-by: Michael Tremer --- diff --git a/config/ssh/sshd_config b/config/ssh/sshd_config index ce74cb8510..7b687457c8 100644 --- a/config/ssh/sshd_config +++ b/config/ssh/sshd_config @@ -27,7 +27,6 @@ MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@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 # Only allow login via public key by default PubkeyAuthentication yes