From 7084fcb08661d94a8b6cb11a8b43163d6f884a7b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:08:30 +0200 Subject: Setting HostKey in sshd_config to ED25519 and RSA. Signed-off-by: Daniel Baumann --- debian/local/sshd_config.d/host-keys.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 debian/local/sshd_config.d/host-keys.conf 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 -- cgit v1.2.3