Re: [OE-core][RFC] openssh: Start key generation in multi-user mode

2020-09-22 Thread Joshua Watt
On Tue, Sep 22, 2020, 12:14 AM Khem Raj wrote: > On Mon, Sep 21, 2020 at 5:45 PM Joshua Watt wrote: > > > > The sshkeygen uses a lot of CPU time which delays booting (especially in > > the case where no SSH connection is going to happen), but we also want > > to be proactive about generating it

Re: [OE-core][RFC] openssh: Start key generation in multi-user mode

2020-09-21 Thread Khem Raj
On Mon, Sep 21, 2020 at 5:45 PM Joshua Watt wrote: > > The sshkeygen uses a lot of CPU time which delays booting (especially in > the case where no SSH connection is going to happen), but we also want > to be proactive about generating it early so that the first SSH login > doesn't have to wait a

[OE-core][RFC] openssh: Start key generation in multi-user mode

2020-09-21 Thread Joshua Watt
The sshkeygen uses a lot of CPU time which delays booting (especially in the case where no SSH connection is going to happen), but we also want to be proactive about generating it early so that the first SSH login doesn't have to wait a long time. Starting the key generation when the sockets are