From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] core190: Load SSH RSA key on legacy systems
Date: Mon, 09 Dec 2024 11:37:11 +0000 [thread overview]
Message-ID: <20241209113711.2684032-2-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20241209113711.2684032-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 807 bytes --]
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
config/rootfiles/core/190/update.sh | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/config/rootfiles/core/190/update.sh b/config/rootfiles/core/190/update.sh
index 16ef608e2..3950ba903 100644
--- a/config/rootfiles/core/190/update.sh
+++ b/config/rootfiles/core/190/update.sh
@@ -104,6 +104,14 @@ ldconfig
# Filesytem cleanup
/usr/local/bin/filesystem-cleanup
+# Load the RSA key on systems that still have one
+if [ -e "/etc/ssh/ssh_host_rsa_key" ]; then
+ (
+ echo "# Load the legacy RSA key - Deprecated in Core Update 190"
+ echo "HostKey /etc/ssh/ssh_host_rsa_key"
+ ) > /etc/ssh/sshd_config.d/rsa.conf
+fi
+
# Apply local configuration to sshd_config
/usr/local/bin/sshctrl
--
2.39.5
prev parent 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 [PATCH 1/2] OpenSSH: No longer try to load the RSA key Michael Tremer
2024-12-09 11:37 ` Michael Tremer [this message]
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-2-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