mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
|
nbdkit \
|
||
|
--unix /tmp/statedir-1/nbdkit-test-disk-1.socket \
|
||
|
--foreground ssh \
|
||
|
host=example.org \
|
||
|
port=2222 \
|
||
|
path=test2.img \
|
||
|
identity=/path/to/id_rsa \
|
||
|
user=myuser2 \
|
||
|
known-hosts=/path/to/ssh_known_hosts2
|