]> git.pld-linux.org Git - packages/openssh.git/blobdiff - sshd-keygen
- release 2 (by relup.sh)
[packages/openssh.git] / sshd-keygen
index c6205e602c5e180b39a5ae4f5403bfbae3afd41a..b31c06bc00dbae9f4861a46b4ce578af344b9790 100644 (file)
@@ -15,8 +15,7 @@ ssh_gen_key() {
 }
 
 # generate new keys with empty passwords if they do not exist
-ssh_gen_key rsa1 /etc/ssh/ssh_host_key
+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.035859 seconds and 4 git commands to generate.