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

2023-08-21 Thread Peter Krempa
On Thu, Jul 20, 2023 at 17:19:59 -0500, Jonathon Jongsma wrote: > For ssh disks that are served by nbdkit, we can support logging in with > an ssh key file. Pass the path to the configured key file and the > username to the nbdkit process. > > Signed-off-by: Jonathon Jongsma > --- >

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

2023-07-20 Thread Jonathon Jongsma
For ssh disks that are served by nbdkit, we can support logging in with an ssh key file. Pass the path to the configured key file and the username to the nbdkit process. Signed-off-by: Jonathon Jongsma --- src/conf/domain_conf.c| 32 ++