summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 05:19:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 05:19:49 +0000
commit48859d0826fe51e559d98e17d31a785d8ef5d47e (patch)
tree28113ff31eb399ff208793bad4cfa9707eb0a0e8
parentSetting HostCertificate in sshd_config to ED25519 and RSA. (diff)
downloadopenssh-48859d0826fe51e559d98e17d31a785d8ef5d47e.tar.xz
openssh-48859d0826fe51e559d98e17d31a785d8ef5d47e.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