@@ -350,9 +350,6 @@ chroot "$rootdir" freedombone-image-hardware-setup 2>&1 | \
rm $rootdir/usr/sbin/policy-rc.d
-# Remove SSH keys from the image
-rm $rootdir/etc/ssh/ssh_host_* || true
-
if [[ "$MACHINE" != "beaglebone" ]]; then
chroot $rootdir apt-get -y install haveged
else