OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004876 [openssh] other minor always 2011-12-07 10:59 2012-02-05 10:32
Reporter florian View Status public  
Assigned To yann
Priority normal Resolution fixed  
Status closed  
Summary 0004876: 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

Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0009543)
yann (manager)
2012-01-22 11:22

Fixed in openssh-5.9p1,REV=2012.01.21 uploaded in unstable.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker