mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
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