Re: [OE-core] [meta-oe][PATCH v3] openssh: Atomically generate host keys

2017-05-25 Thread Ian Arkver
On 25/05/17 03:17, Joshua Watt wrote: Generating the host keys atomically prevents power interruptions during the first boot from leaving the key files incomplete, which often prevents users from being able to ssh into the device. --- meta/recipes-connectivity/openssh/openssh/init | 21 +++-

[OE-core] [meta-oe][PATCH v3] openssh: Atomically generate host keys

2017-05-24 Thread Joshua Watt
Generating the host keys atomically prevents power interruptions during the first boot from leaving the key files incomplete, which often prevents users from being able to ssh into the device. --- meta/recipes-connectivity/openssh/openssh/init | 21 +++-- .../openssh/openssh/sshd-check