summaryrefslogtreecommitdiffstats
path: root/debian/openssh-server.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:34:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:34:23 +0000
commit060a27f8d7203ab1ae53769defeac9bd61029f71 (patch)
tree3686672f240679b53ea8a95bb150a5095491b575 /debian/openssh-server.postinst
parentSetting openssh-server/password-authentication to false. (diff)
downloadopenssh-060a27f8d7203ab1ae53769defeac9bd61029f71.tar.xz
openssh-060a27f8d7203ab1ae53769defeac9bd61029f71.zip
Setting default host key generation to ED25519 and RSA.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/openssh-server.postinst')
-rw-r--r--debian/openssh-server.postinst1
1 files changed, 0 insertions, 1 deletions
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
}