From 48859d0826fe51e559d98e17d31a785d8ef5d47e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 07:19:49 +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 (limited to '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