Re: dracut-sshd in fedora - ssh access to early cryptsetup/dracut shell

2019-01-27 Thread Georg Sauthoff
On Sun, Jan 27, 2019 at 06:41:10PM +0100, Steve Grubb wrote: > The biggest problem in dealing with crypto early in boot is that the > system is starved for entropy. I'm wondering if this runs before or > after systemd loads the saved entropy seed into the kernel? On bare-metal, I didn't notice rea

Re: dracut-sshd in fedora - ssh access to early cryptsetup/dracut shell

2019-01-27 Thread Georg Sauthoff
On Sun, Jan 27, 2019 at 10:04:43AM -0500, Neal Gompa wrote: > If you'd like to integrate this into dracut proper, just propose it as > a pull request to dracut itself: https://github.com/dracutdevs/dracut > > Alternatively, you can become a packager in Fedora and follow the new > package process:

Re: dracut-sshd in fedora - ssh access to early cryptsetup/dracut shell

2019-01-27 Thread Steve Grubb
On Sun, 27 Jan 2019 15:23:08 +0100 Georg Sauthoff wrote: > Hello, > > so I wrote dracut-sshd - a dracut module that adds sshd to the > initramfs such that one is able to remotely access early > userspace for e.g. unlocking an encrypted root filesystem or > dealing with the dracut emergency shell

Re: dracut-sshd in fedora - ssh access to early cryptsetup/dracut shell

2019-01-27 Thread Neal Gompa
On Sun, Jan 27, 2019 at 9:23 AM Georg Sauthoff wrote: > > Hello, > > so I wrote dracut-sshd - a dracut module that adds sshd to the > initramfs such that one is able to remotely access early > userspace for e.g. unlocking an encrypted root filesystem or > dealing with the dracut emergency shell: >