summaryrefslogtreecommitdiff
path: root/stretch-armhf-developer/customization/includes.chroot/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'stretch-armhf-developer/customization/includes.chroot/etc/rc.local')
-rwxr-xr-xstretch-armhf-developer/customization/includes.chroot/etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/stretch-armhf-developer/customization/includes.chroot/etc/rc.local b/stretch-armhf-developer/customization/includes.chroot/etc/rc.local
index bd2c208..bedc8cf 100755
--- a/stretch-armhf-developer/customization/includes.chroot/etc/rc.local
+++ b/stretch-armhf-developer/customization/includes.chroot/etc/rc.local
@@ -12,6 +12,6 @@
# By default this script does nothing.
# Generate the SSH keys if non-existent
-test -f /etc/ssh/ssh_host_dsa_key || dpkg-reconfigure openssh-server
+test -f /etc/ssh/ssh_host_rsa_key || dpkg-reconfigure openssh-server
exit 0