[Bug 697] Don't generate security key pairs on every device boot

bugzilla-daemon at bugzilla.openmoko.org bugzilla-daemon at bugzilla.openmoko.org
Tue Aug 21 00:42:35 CEST 2007


http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=697

alphaone at openmoko.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|kernel                      |sysinit
         Resolution|                            |INVALID



------- Additional Comments From alphaone at openmoko.org  2007-08-21 00:42 -------
I'm not sure what exactly you mean by that. What security key pairs?
If you mean the dropbear ssh keys they are only generated if they don't exist.
(See /etc/init.d/dropbear):

test -f $DROPBEAR_RSAKEY || dropbearkey -t rsa -f $DROPBEAR_RSAKEY  
test -f $DROPBEAR_DSSKEY || dropbearkey -t dss -f $DROPBEAR_DSSKEY

I'm going to close this as invalid for now. If this is not your issue please
feel free to clarify and reopen. I also changed the component to sysinit.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the buglog mailing list