summaryrefslogtreecommitdiffstats
path: root/debian/openssh-server.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 07:43:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 07:43:01 +0000
commitd7a73a8b8b4072c85837049c8eaae6f1d23c5f7c (patch)
tree4f2b90acc13aa39caae7a94f66075726a1d4cb8c /debian/openssh-server.postinst
parentMerging upstream version 1:9.8p1. (diff)
downloadopenssh-d7a73a8b8b4072c85837049c8eaae6f1d23c5f7c.tar.xz
openssh-d7a73a8b8b4072c85837049c8eaae6f1d23c5f7c.zip
Adding debian version 1:9.8p1-1.debian/1%9.8p1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/openssh-server.postinst')
-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 4114d35..a871eb1 100644
--- a/debian/openssh-server.postinst
+++ b/debian/openssh-server.postinst
@@ -44,8 +44,6 @@ create_keys() {
create_key "Creating SSH2 RSA key; this may take some time ..." \
"$hostkeys" /etc/ssh/ssh_host_rsa_key -t rsa
- create_key "Creating SSH2 DSA key; this may take some time ..." \
- "$hostkeys" /etc/ssh/ssh_host_dsa_key -t dsa
create_key "Creating SSH2 ECDSA key; this may take some time ..." \
"$hostkeys" /etc/ssh/ssh_host_ecdsa_key -t ecdsa
create_key "Creating SSH2 ED25519 key; this may take some time ..." \