Re: [libvirt PATCH v6 28/36] qemu: implement password auth for ssh disks with nbdkit

2023-08-21 Thread Peter Krempa
On Thu, Jul 20, 2023 at 17:19:55 -0500, Jonathon Jongsma wrote: > For ssh disks that are served by nbdkit, lookup the password from the > configured secret and securely pass it to the nbdkit process using fd > passing. > > Signed-off-by: Jonathon Jongsma > --- > src/qemu/qemu_nbdkit.c

[libvirt PATCH v6 28/36] qemu: implement password auth for ssh disks with nbdkit

2023-07-20 Thread Jonathon Jongsma
For ssh disks that are served by nbdkit, lookup the password from the configured secret and securely pass it to the nbdkit process using fd passing. Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_nbdkit.c| 87 ++-