[bug-notifications] [openssh 0004876]: ECDSA - Key Generation

Mantis Bug Tracker noreply at opencsw.org
Sun Jan 22 11:22:39 CET 2012


The following issue has been RESOLVED. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=4876 
====================================================================== 
Reported By:                florian
Assigned To:                yann
====================================================================== 
Project:                    openssh
Issue ID:                   4876
Category:                   other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2011-12-07 10:59 CET
Last Modified:              2012-01-22 11:22 CET
====================================================================== 
Summary:                    ECDSA - Key Generation
Description: 
Hello,

in your wrapper script always the same algorithm for DSA, RSA and ECDSA is
used.
Please also update the ssh client that also ecdsa algorithms can be
generated.
I use the "current" tree of opencsw.

Thanks, 
Florian

PATH=/usr/bin:/opt/csw/bin:/usr/sbin

KEYDIR=/etc/opt/csw/ssh
PIDFILE=/var/run/cswsshd.pid
if [ -x /opt/csw/bin/ssh-keygen ]; then
        for ALGO in rsa dsa ecdsa; do
                if [ ! -f "$KEYDIR/ssh_host_${ALGO}_key" ]; then
                        echo "Creating new ${ALGO} public/private host key
pair"
                        ssh-keygen -f $KEYDIR/ssh_host_${ALGO}_key -t rsa
-N ''
                fi
        done
fi

/opt/csw/sbin/sshd


====================================================================== 

---------------------------------------------------------------------- 
 (0009543) yann (manager) - 2012-01-22 11:22
 https://www.opencsw.org/mantis/view.php?id=4876#c9543 
---------------------------------------------------------------------- 
Fixed in openssh-5.9p1,REV=2012.01.21 uploaded in unstable.



More information about the bug-notifications mailing list