1 === Successful image creation (defaults) ===
3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 4194304}}}
5 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
10 virtual size: 4 MiB (4194304 bytes)
15 virtual size: 4 MiB (4194304 bytes)
17 === Test host-key-check options ===
19 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"mode": "none"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 8388608}}}
21 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
26 virtual size: 8 MiB (8388608 bytes)
28 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"mode": "known_hosts"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 4194304}}}
30 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
35 virtual size: 4 MiB (4194304 bytes)
37 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "wrong", "mode": "hash", "type": "md5"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 2097152}}}
39 Job failed: remote host key does not match host_key_check 'wrong'
40 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
43 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "HASH", "mode": "hash", "type": "md5"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 8388608}}}
45 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
50 virtual size: 8 MiB (8388608 bytes)
52 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "wrong", "mode": "hash", "type": "sha1"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 2097152}}}
54 Job failed: remote host key does not match host_key_check 'wrong'
55 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
58 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "HASH", "mode": "hash", "type": "sha1"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 4194304}}}
60 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
65 virtual size: 4 MiB (4194304 bytes)
67 === Invalid path and user ===
69 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"mode": "none"}, "path": "/this/is/not/an/existing/path", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 4194304}}}
71 Job failed: failed to open remote file '/this/is/not/an/existing/path': SFTP server: No such file (libssh error code: 1, sftp error code: 2)
72 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
75 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"mode": "none"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}, "user": "invalid user"}, "size": 4194304}}}
77 Job failed: failed to authenticate using publickey authentication and the identities held by your ssh-agent
78 {"execute": "job-dismiss", "arguments": {"id": "job0"}}