diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 07:43:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 07:43:01 +0000 |
commit | d7a73a8b8b4072c85837049c8eaae6f1d23c5f7c (patch) | |
tree | 4f2b90acc13aa39caae7a94f66075726a1d4cb8c /debian/openssh-server.postinst | |
parent | Merging upstream version 1:9.8p1. (diff) | |
download | openssh-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.postinst | 2 |
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 ..." \ |