Re: [libvirt PATCH v5 32/32] qemu: implement keyfile auth for ssh disk with nbdkit

2023-02-23 Thread Jonathon Jongsma
On 2/16/23 10:56 AM, Peter Krempa wrote: On Tue, Feb 14, 2023 at 11:08:19 -0600, 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. The key file may be

Re: [libvirt PATCH v5 32/32] qemu: implement keyfile auth for ssh disk with nbdkit

2023-02-16 Thread Peter Krempa
On Tue, Feb 14, 2023 at 11:08:19 -0600, 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. > > The key file may be password protected, and libvirt

[libvirt PATCH v5 32/32] qemu: implement keyfile auth for ssh disk with nbdkit

2023-02-14 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. The key file may be password protected, and libvirt cannot prompt the user for a password to unlock it. But if the adminstrator