summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:30 +0000
commit7084fcb08661d94a8b6cb11a8b43163d6f884a7b (patch)
treea4a8c53b5d3459a65697bf06f12b9339d9783fda
parentSetting HostCertificate in sshd_config to ED25519 and RSA. (diff)
downloadopenssh-7084fcb08661d94a8b6cb11a8b43163d6f884a7b.tar.xz
openssh-7084fcb08661d94a8b6cb11a8b43163d6f884a7b.zip
Setting HostKey in sshd_config to ED25519 and RSA.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/sshd_config.d/host-keys.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/local/sshd_config.d/host-keys.conf b/debian/local/sshd_config.d/host-keys.conf
new file mode 100644
index 0000000..d922a50
--- /dev/null
+++ b/debian/local/sshd_config.d/host-keys.conf
@@ -0,0 +1,4 @@
+# /etc/ssh/sshd_config.d/host-keys.conf
+
+HostKey /etc/ssh/ssh_host_ed25519_key
+HostKey /etc/ssh/ssh_host_rsa_key