summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:42:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:42:59 +0000
commitf8840dd3cebd884a22a4c6bbdd1adf284b8ca175 (patch)
treec8062ee337848374288166349901252077232e24
parentSetting openssh-server/password-authentication to false. (diff)
downloadopenssh-f8840dd3cebd884a22a4c6bbdd1adf284b8ca175.tar.xz
openssh-f8840dd3cebd884a22a4c6bbdd1adf284b8ca175.zip
Setting default host key generation to ED25519.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/openssh-server.postinst2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/openssh-server.postinst b/debian/openssh-server.postinst
index d38695f..8897e7a 100644
--- a/debian/openssh-server.postinst
+++ b/debian/openssh-server.postinst
@@ -28,8 +28,6 @@ host_keys_required() {
else
# 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
}