[libvirt PATCH v6 33/36] schema: add ssh-agent configuration for ssh disks

Peter Krempa pkrempa at redhat.com
Mon Aug 21 12:44:55 UTC 2023


On Thu, Jul 20, 2023 at 17:20:00 -0500, Jonathon Jongsma wrote:
> Add the ability to specify a path to a ssh-agent socket in order to use
> the ssh-agent to authenticate to remote ssh disks. Example
> configuration:
> 
>     <disk type='network'>
>         </source protocol='ssh' ...>
>             <identity username='myusername' agentsock='/path/to/socket'/>
>             ...
>         </source>
>         ...
>     </disk>
> 
> Signed-off-by: Jonathon Jongsma <jjongsma at redhat.com>
> ---
>  docs/formatdomain.rst             | 13 ++++++++-----
>  src/conf/schemas/domaincommon.rng | 11 ++++++++---
>  2 files changed, 16 insertions(+), 8 deletions(-)

Reviewed-by: Peter Krempa <pkrempa at redhat.com>


More information about the libvir-list mailing list