Searched refs:output_opts (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | ssh.c | 558 static bool ssh_process_legacy_options(QDict *output_opts, in ssh_process_legacy_options() argument 572 qdict_put_str(output_opts, "server.host", host); in ssh_process_legacy_options() 573 qdict_put_str(output_opts, "server.port", port ?: stringify(22)); in ssh_process_legacy_options() 578 qdict_put_str(output_opts, "host-key-check.mode", "none"); in ssh_process_legacy_options() 580 qdict_put_str(output_opts, "host-key-check.mode", "hash"); in ssh_process_legacy_options() 581 qdict_put_str(output_opts, "host-key-check.type", "md5"); in ssh_process_legacy_options() 582 qdict_put_str(output_opts, "host-key-check.hash", in ssh_process_legacy_options() 585 qdict_put_str(output_opts, "host-key-check.mode", "hash"); in ssh_process_legacy_options() 586 qdict_put_str(output_opts, "host-key-check.type", "sha1"); in ssh_process_legacy_options() 587 qdict_put_str(output_opts, "host-key-check.hash", in ssh_process_legacy_options() [all …]
|