<div dir="ltr">Hi,<div>you can try to exchange the keys shown here:</div><div><a href="https://www.ovirt.org/develop/release-management/features/virt/XenToOvirt/">https://www.ovirt.org/develop/release-management/features/virt/XenToOvirt/</a><br></div><div><br></div><div>if you want to use tcp without ssh look here:</div><div><a href="http://wiki.libvirt.org/page/Libvirt_daemon_is_not_listening_on_tcp_ports_although_configured_to">http://wiki.libvirt.org/page/Libvirt_daemon_is_not_listening_on_tcp_ports_although_configured_to</a><br></div><div>basically you need to set</div><div><div>     * /etc/libvirtd.conf:</div><div>            listen_tls = 1</div><div>            listen_tcp = 1</div><div>            listen_addr = &quot;0.0.0.0&quot;</div></div><div><div>     *  /etc/sysconfig/libvirtd:</div><div>            LIBVIRTD_ARGS=&quot;--listen&quot;</div><div>and restart libvirt but the no_verify you did works as well.</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 4, 2017 at 12:07 AM, Beckman, Daniel <span dir="ltr">&lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">







<div bgcolor="white" lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="m_-541040549985060230WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">To answer my own question: as is often the case, perusing the commercial (RHV 4.0) documentation proved useful.
<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">The documentation is here:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><a href="https://access.redhat.com/documentation/en/red-hat-virtualization/4.0/paged/virtual-machine-management-guide/612-exporting-and-importing-virtual-machines-and-templates" target="_blank">https://access.redhat.com/<wbr>documentation/en/red-hat-<wbr>virtualization/4.0/paged/<wbr>virtual-machine-management-<wbr>guide/612-exporting-and-<wbr>importing-virtual-machines-<wbr>and-templates</a><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">However, I kept getting the error “Host key verification failed.: Connection reset by peer”. This despite having followed the official documentation on generating and copying keys, under
<i>Procedure 6.2.6 Importing a Virtual Machine from KVM</i>.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Then I found this article from July 2012 about a different (but similar) scenario:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><a href="https://access.redhat.com/solutions/136463" target="_blank">https://access.redhat.com/<wbr>solutions/136463</a><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">What helped was the “alternative test” suggestion. Here is the URI I ended up using with success:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">qemu+ssh://root@MY_KVM_HOST/<wbr>system?no_verify=1<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Appending “no_verify=1” did the trick. It’s possible that adding hostnames and IPs to /etc/hosts would have also resolved this, but for something performed infrequently (importing a VM from another environment),
 modifying the URI is easier. <u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Best,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Daniel<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="color:black">From: </span></b><span style="color:black">&lt;<a href="mailto:users-bounces@ovirt.org" target="_blank">users-bounces@ovirt.org</a>&gt; on behalf of &quot;Beckman, Daniel&quot; &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.<wbr>com</a>&gt;<br>
<b>Date: </b>Tuesday, January 3, 2017 at 9:58 AM<br>
<b>To: </b>&quot;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&quot; &lt;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&gt;<br>
<b>Subject: </b>[ovirt-users] Import Virtual Machines From Web Admin GUI<u></u><u></u></span></p>
</div><span class="">
<div>
<p class="MsoNormal"><span style="font-family:&quot;Times New Roman&quot;"><u></u> <u></u></span></p>
</div>
<p class="MsoNormal"><span style="font-size:11.0pt">Can anyone point me to a step-by-step guide on getting an import (say, from KVM) to work? I gather it involves some sharing of SSH keys but I haven’t seen it explained in detail. Specifically, what user needs
 to trust what keys on which machines? The hypervisor hosts? The machine running the engine? Also, some examples of URI paths would be much appreciated.
</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Thanks,</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Daniel</span><u></u><u></u></p>
</span></div>
</div>

<br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>