[packages/openssh] - reorder so oldest/worst ones are last
arekm
arekm at pld-linux.org
Tue Nov 17 18:18:27 CET 2015
commit 56ee2986a2dd1ef2b508ddd11be89abc5a7f26d5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Nov 17 18:18:21 2015 +0100
- reorder so oldest/worst ones are last
sshd-keygen | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sshd-keygen b/sshd-keygen
index da3534b..b31c06b 100644
--- a/sshd-keygen
+++ b/sshd-keygen
@@ -15,7 +15,7 @@ ssh_gen_key() {
}
# generate new keys with empty passwords if they do not exist
+ssh_gen_key ed25519 /etc/ssh/ssh_host_ed25519_key
+ssh_gen_key ecdsa /etc/ssh/ssh_host_ecdsa_key
ssh_gen_key rsa /etc/ssh/ssh_host_rsa_key
ssh_gen_key dsa /etc/ssh/ssh_host_dsa_key
-ssh_gen_key ecdsa /etc/ssh/ssh_host_ecdsa_key
-ssh_gen_key ed25519 /etc/ssh/ssh_host_ed25519_key
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/56ee2986a2dd1ef2b508ddd11be89abc5a7f26d5
More information about the pld-cvs-commit
mailing list