They are generated only if you install openssh with "make install". In the buildscript, "make install-nokeys" is used. This prevents the keys from being built at all during installation.
Ah. Ok. Missed that change there, sorry.
As for your other note about autosshd on the command line, would you prefer to generate keys unconditionally on each boot?
Hrm. I think what I had in mind was that the /etc/rc.d/init.d/sshd script be adjusted to first check for the presence of the keys (in case the script had been run before) and if they aren't there, generate new ones. How does this sound to you?
-- Jeremy Huntwork
-- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
