libvirt/tests/qemunbdkitdata/disk-network-ssh-password.args.disk0
Jonathon Jongsma 21b377a31b qemu: implement knownHosts for ssh disks with nbdkit
For ssh disks that are served by nbdkit, use the configured value for
knownHosts and pass it to the nbdkit process.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2023-09-19 14:28:50 -05:00

10 lines
191 B
Plaintext

nbdkit \
--unix /tmp/statedir-0/nbdkit-test-disk-0.socket \
--foreground ssh \
host=example.org \
port=2222 \
path=test2.img \
user=testuser \
password=-777 \
known-hosts=/path/to/knownhosts