summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}