diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:08:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:08:28 +0000 |
commit | 2fde68bbe3dd2dc3772b33b599cdb24e9f666ff1 (patch) | |
tree | c6bc19eafad27b92903bca36277e5cdd715caead | |
parent | Setting openssh-server/password-authentication to false. (diff) | |
download | openssh-2fde68bbe3dd2dc3772b33b599cdb24e9f666ff1.tar.xz openssh-2fde68bbe3dd2dc3772b33b599cdb24e9f666ff1.zip |
Setting default host key generation to ED25519 and RSA.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/openssh-server.postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/openssh-server.postinst b/debian/openssh-server.postinst index d38695f..a7ef12a 100644 --- a/debian/openssh-server.postinst +++ b/debian/openssh-server.postinst @@ -29,7 +29,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 } |