Mantis - openssh
Viewing Issue Advanced Details
4876 other minor always 2011-12-07 10:59 2012-02-05 10:32
florian  
yann  
normal  
closed  
fixed  
none    
none  
0004876: ECDSA - Key Generation
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

Issue History
2011-12-07 10:59 florian New Issue
2012-01-22 11:22 yann Note Added: 0009543
2012-01-22 11:22 yann Assigned To => yann
2012-01-22 11:22 yann Status new => resolved
2012-01-22 11:22 yann Resolution open => fixed
2012-02-05 10:32 yann Status resolved => closed
2012-06-24 09:51 ghenry Issue Monitored: ghenry

Notes
(0009543)
yann   
2012-01-22 11:22   
Fixed in openssh-5.9p1,REV=2012.01.21 uploaded in unstable.