mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
36f591402f
For ssh disks that are served by nbdkit, lookup the password from the configured secret and securely pass it to the nbdkit process using fd passing. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
nbdkit \
|
|
--unix /tmp/statedir-1/nbdkit-test-disk-1.socket \
|
|
--foreground ssh \
|
|
host=example.org \
|
|
port=2222 \
|
|
path=test2.img \
|
|
user=testuser \
|
|
password=-777
|