diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:47 +0000 |
commit | d4f0d0ef08b58502af51c7ec6baae968860ed372 (patch) | |
tree | 56a7bd2cfa90bf66b6b526f5470bb668b67635dd | |
parent | Setting openssh-server/password-authentication to false. (diff) | |
download | openssh-d4f0d0ef08b58502af51c7ec6baae968860ed372.tar.xz openssh-d4f0d0ef08b58502af51c7ec6baae968860ed372.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 f45f585..05338e6 100644 --- a/debian/openssh-server.postinst +++ b/debian/openssh-server.postinst @@ -30,7 +30,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 } |