From: Michael Tremer <michael.tremer@ipfire.org>
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 [thread overview]
Message-ID: <20241209113711.2684032-1-michael.tremer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 728 bytes --]
This key has been removed on new installations.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
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)openssh.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
# Only allow login via public key by default
PubkeyAuthentication yes
--
2.39.5
next reply other threads:[~2024-12-09 11:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-09 11:37 Michael Tremer [this message]
2024-12-09 11:37 ` [PATCH 2/2] core190: Load SSH RSA key on legacy systems Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241209113711.2684032-1-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox