Home/Forum archive/How to recreate SSH Host Keys?Forum archiveHow to recreate SSH Host Keys?SupportHow to force recreation of the SSH host keys after the next boot of the appliance?Replies (2)Regenerated during install or firstbootReply 1 2009-11-25SSH keys are regenerated either during installation (ISO), or on firstboot (VM/EC2) using this script: /usr/lib/live-installer.d/20regen-sshkeys Note that the SSH daemon needs to be restarted for changes to take effect: /etc/init.d/ssh restart PerfectReply 2 2009-11-25Thanks for your reply.
Regenerated during install or firstbootReply 1 2009-11-25SSH keys are regenerated either during installation (ISO), or on firstboot (VM/EC2) using this script: /usr/lib/live-installer.d/20regen-sshkeys Note that the SSH daemon needs to be restarted for changes to take effect: /etc/init.d/ssh restart