Hello community, here is the log from the commit of package openssh for openSUSE:Factory checked in at 2013-01-08 14:35:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssh (Old) and /work/SRC/openSUSE:Factory/.openssh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssh", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/openssh/openssh.changes 2012-11-14 09:15:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes 2013-01-08 14:35:12.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Jan 8 10:16:45 UTC 2013 - [email protected] + +- use ssh-keygen(1) default keylengths in generating the host key + instead of hardcoding it + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssh-askpass-gnome.spec ++++++ --- /var/tmp/diff_new_pack.lPAK9R/_old 2013-01-08 14:35:15.000000000 +0100 +++ /var/tmp/diff_new_pack.lPAK9R/_new 2013-01-08 14:35:15.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package openssh-askpass-gnome # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed openssh.spec: same change ++++++ sshd.init ++++++ --- /var/tmp/diff_new_pack.lPAK9R/_old 2013-01-08 14:35:15.000000000 +0100 +++ /var/tmp/diff_new_pack.lPAK9R/_new 2013-01-08 14:35:15.000000000 +0100 @@ -47,7 +47,7 @@ if ! grep -q '^[[:space:]]*HostKey[[:space:]]' /etc/ssh/sshd_config; then if ! test -f /etc/ssh/ssh_host_key ; then echo Generating /etc/ssh/ssh_host_key. - ssh-keygen -t rsa1 -b 2048 -f /etc/ssh/ssh_host_key -N '' + ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key -N '' fi if ! test -f /etc/ssh/ssh_host_dsa_key ; then echo Generating /etc/ssh/ssh_host_dsa_key. @@ -55,11 +55,11 @@ fi if ! test -f /etc/ssh/ssh_host_rsa_key ; then echo Generating /etc/ssh/ssh_host_rsa_key. - ssh-keygen -t rsa -b 2048 -f /etc/ssh/ssh_host_rsa_key -N '' + ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N '' fi if ! test -f /etc/ssh/ssh_host_ecdsa_key ; then echo Generating /etc/ssh/ssh_host_ecdsa_key. - ssh-keygen -t ecdsa -b 256 -f /etc/ssh/ssh_host_ecdsa_key -N '' + ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N '' fi fi echo -n "Starting SSH daemon" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
