From 060a27f8d7203ab1ae53769defeac9bd61029f71 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:34:23 +0200 Subject: Setting default host key generation to ED25519 and RSA. Signed-off-by: Daniel Baumann --- debian/openssh-server.postinst | 1 - 1 file changed, 1 deletion(-) (limited to 'debian') diff --git a/debian/openssh-server.postinst b/debian/openssh-server.postinst index 552b074..422b69e 100644 --- a/debian/openssh-server.postinst +++ b/debian/openssh-server.postinst @@ -31,7 +31,6 @@ host_keys_required() { # No HostKey directives at all, so the server picks some # defaults. echo /etc/ssh/ssh_host_rsa_key - echo /etc/ssh/ssh_host_ecdsa_key echo /etc/ssh/ssh_host_ed25519_key fi } -- cgit v1.2.3