[packages/openssh] - rel 6; disable rsa1 host key generation (it's used with ssh1 which is disabled in openssh >= 7.0p1

arekm arekm at pld-linux.org
Tue Nov 17 18:06:06 CET 2015


commit abb10822a8e67c3e7e6ab3b840bf8244784fe180
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Nov 17 18:06:00 2015 +0100

    - rel 6; disable rsa1 host key generation (it's used with ssh1 which is disabled in openssh >= 7.0p1 by default)

 openssh.spec | 2 +-
 sshd-keygen  | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index 047999d..905afa6 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -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
diff --git a/sshd-keygen b/sshd-keygen
index c6205e6..da3534b 100644
--- a/sshd-keygen
+++ b/sshd-keygen
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/abb10822a8e67c3e7e6ab3b840bf8244784fe180



More information about the pld-cvs-commit mailing list