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(a)redhat.com>
---
docs/formatdomain.rst | 13 ++++++++-----
src/conf/schemas/domaincommon.rng | 11 ++++++++---
2 files changed, 16 insertions(+), 8 deletions(-)
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>