libvirt/tests/qemublocktestdata/jsontojson/ssh-passthrough-libguestfs-out.json

13 lines
186 B
JSON
Raw Normal View History

{
"driver": "ssh",
"path": "somewhere/something",
"server": {
"host": "random.host",
"port": "22"
},
"user": "testuser",
"host-key-check": {
"mode": "none"
}
}