--- share/runtime-postinstall.tmpl | 1 - 1 file changed, 1 deletion(-)
diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 1a4b6fd..767291a 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -79,7 +79,6 @@ replace "root:*:" "root::" etc/shadow ## s390-specific setup %if basearch in ("s390", "s390x"): ## generate ssh keys - runcmd ssh-keygen -q -C "" -N "" -t rsa1 -f ${root}/etc/ssh/ssh_host_key runcmd ssh-keygen -q -C "" -N "" -t rsa -f ${root}/etc/ssh/ssh_host_rsa_key runcmd ssh-keygen -q -C "" -N "" -t dsa -f ${root}/etc/ssh/ssh_host_dsa_key chmod etc/ssh/ssh_host*_key 600
On Thu, Oct 01, 2015 at 05:39:14PM +0200, Dan Horák wrote:
share/runtime-postinstall.tmpl | 1 - 1 file changed, 1 deletion(-)
diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 1a4b6fd..767291a 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -79,7 +79,6 @@ replace "root:*:" "root::" etc/shadow ## s390-specific setup %if basearch in ("s390", "s390x"): ## generate ssh keys
- runcmd ssh-keygen -q -C "" -N "" -t rsa1 -f ${root}/etc/ssh/ssh_host_key runcmd ssh-keygen -q -C "" -N "" -t rsa -f ${root}/etc/ssh/ssh_host_rsa_key runcmd ssh-keygen -q -C "" -N "" -t dsa -f ${root}/etc/ssh/ssh_host_dsa_key chmod etc/ssh/ssh_host*_key 600
-- 2.4.3
Ack
thanks, please backport to F-23 branch also
Dan
On Thu, 1 Oct 2015 13:29:52 -0700 "Brian C. Lane" bcl@redhat.com wrote:
On Thu, Oct 01, 2015 at 05:39:14PM +0200, Dan Horák wrote:
share/runtime-postinstall.tmpl | 1 - 1 file changed, 1 deletion(-)
diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 1a4b6fd..767291a 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -79,7 +79,6 @@ replace "root:*:" "root::" etc/shadow ## s390-specific setup %if basearch in ("s390", "s390x"): ## generate ssh keys
- runcmd ssh-keygen -q -C "" -N "" -t rsa1 -f
${root}/etc/ssh/ssh_host_key runcmd ssh-keygen -q -C "" -N "" -t rsa -f ${root}/etc/ssh/ssh_host_rsa_key runcmd ssh-keygen -q -C "" -N "" -t dsa -f ${root}/etc/ssh/ssh_host_dsa_key chmod etc/ssh/ssh_host*_key 600 -- 2.4.3
Ack
-- Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT) _______________________________________________ anaconda-patches mailing list anaconda-patches@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
anaconda-patches@lists.fedorahosted.org