]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
OpenSSH: No longer try to load the RSA key
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Dec 2024 11:37:10 +0000 (11:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 13 Dec 2024 14:37:35 +0000 (14:37 +0000)
This key has been removed on new installations.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/ssh/sshd_config

index ce74cb85102feb1b925e62e635997819a7591e42..7b687457c85648eb07148bacfbc751d50b378acc 100644 (file)
@@ -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