mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 05:11:14 +00:00
15 lines
234 B
JSON
15 lines
234 B
JSON
|
{
|
||
|
"driver": "ssh",
|
||
|
"path": "somewhere/something",
|
||
|
"server": {
|
||
|
"host": "random.host",
|
||
|
"port": "22"
|
||
|
},
|
||
|
"user": "testuser",
|
||
|
"host-key-check": {
|
||
|
"mode": "none"
|
||
|
},
|
||
|
"auto-read-only": true,
|
||
|
"discard": "unmap"
|
||
|
}
|