]> git.pld-linux.org Git - packages/openssh.git/blobdiff - sshd-keygen
- rel 6; disable rsa1 host key generation (it's used with ssh1 which is disabled...
[packages/openssh.git] / sshd-keygen
index c6205e602c5e180b39a5ae4f5403bfbae3afd41a..da3534b4ad5062502116dfe6da92e4957d3bd085 100644 (file)
@@ -15,7 +15,6 @@ 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 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
This page took 0.076869 seconds and 4 git commands to generate.