]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- reorder so oldest/worst ones are last
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Nov 2015 17:18:21 +0000 (18:18 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Nov 2015 17:18:21 +0000 (18:18 +0100)
sshd-keygen

index da3534b4ad5062502116dfe6da92e4957d3bd085..b31c06bc00dbae9f4861a46b4ce578af344b9790 100644 (file)
@@ -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
This page took 0.288894 seconds and 4 git commands to generate.