Mantis - openssh
Viewing Issue Advanced Details
5151 packaging minor always 2014-02-17 10:48 2014-02-23 09:57
schwindt  
yann  
normal  
closed  
fixed  
none    
none  
0005151: key generaition missing ed25519 keys
in /etc/opt/csw/init.d/cswopenssh :
in line 20 : for ALGO in rsa dsa ecdsa
ed25519 should be added to avoid logmessages :

sshd[15851]: [ID 800047 auth.error] error: Could not load host key: /etc/opt/csw/ssh/ssh_host_ed25519_key

Issue History
2014-02-17 10:48 schwindt New Issue
2014-02-17 13:35 yann Note Added: 0010715
2014-02-17 13:35 yann Assigned To => yann
2014-02-17 13:35 yann Status new => feedback
2014-02-17 15:23 schwindt Note Added: 0010716
2014-02-17 20:56 yann Note Added: 0010717
2014-02-17 20:56 yann Status feedback => resolved
2014-02-17 20:56 yann Resolution open => fixed
2014-02-23 09:57 yann Status resolved => closed

Notes
(0010715)
yann   
2014-02-17 13:35   
Indeed, I fixed the problem in the following packages:
http://buildfarm.opencsw.org/opencsw/experimental/yann/i386/5.10/openssh-6.5p1,REV=2014.02.17-SunOS5.10-i386-CSW.pkg.gz [^]
http://buildfarm.opencsw.org/opencsw/experimental/yann/sparc/5.10/openssh-6.5p1,REV=2014.02.17-SunOS5.10-sparc-CSW.pkg.gz [^]

Could you test those packages and make sure they work fine for you ?

BTW, I found a better way to generate the host keys: ssh-keygen -A
(0010716)
schwindt   
2014-02-17 15:23   
I removed all keys, then it migrates the old ones and generates the missing ones.
Starting the daemon with any missing key generates these.

This looks ok.
(0010717)
yann   
2014-02-17 20:56   
Fixed packages are on their way to the unstable repository !
I am marking this bug as solved.

Thanks for the bug report.