[bug-notifications] [openssh 0004876]: ECDSA - Key Generation
Mantis Bug Tracker
noreply at opencsw.org
Wed Dec 7 10:59:57 CET 2011
The following issue has been SUBMITTED.
======================================================================
https://www.opencsw.org/mantis/view.php?id=4876
======================================================================
Reported By: florian
Assigned To:
======================================================================
Project: openssh
Issue ID: 4876
Category: other
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-12-07 10:59 CET
Last Modified: 2011-12-07 10:59 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
======================================================================
More information about the bug-notifications
mailing list