On Mon, 31 Mar 2003, Jesse wrote: >I was wondering if anyone has a good system for keeping the same ssh >keys throughout a reload. Either: - Leave the keys on the disk, in a directory which won't be overwritten. You could put /etc/ssh on its own partition, and leave it intact. - Have a trusted "keyserver" which can issue the private keys to a machine securely. To do this properly you'd need the public keys of the keyserver on your kickstart CD. If you try to pull unauthenticated keys over the network, you're vulnerable to a man-in-the-middle attack. Cheers, Phil