Files
odroid-stamper/overlay
Dongjin Kim 80936afe3a firstboot: fix ssh service start issue at first booting
The SSH service fails at first boot due to missing host keys in /etc/ssh
even though new host keys are generated using 'ssh-keygen -A' since the
service keeps restart too quickly.

Therefore new approach is to disable the ssh service when building an
image, enable and start it after new host keys are generated in the
first boot script.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Idee71e55017e72ec693ddf5e829c27da6343f031
2022-05-06 02:27:25 +09:00
..