]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- rel 6; disable rsa1 host key generation (it's used with ssh1 which is disabled... auto/th/openssh-7.1p1-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Nov 2015 17:06:00 +0000 (18:06 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Nov 2015 17:06:00 +0000 (18:06 +0100)
openssh.spec
sshd-keygen

index 047999d4b9d4ad8bb8bc376cf63041dd1a4f6228..905afa697aa741a4f3ce063a3488df5e0f54d6a1 100644 (file)
@@ -46,7 +46,7 @@ Summary(ru.UTF-8):    OpenSSH - свободная реализация прото
 Summary(uk.UTF-8):     OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:          openssh
 Version:       7.1p1
-Release:       5
+Release:       6
 Epoch:         2
 License:       BSD
 Group:         Applications/Networking
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.083245 seconds and 4 git commands to generate.