<div dir="ltr">I have 2 Centos 7.1 servers running KVM - let's call them KVM1 and KVM2. Virt-manager is installed on KVM2 and I run that from my Windows PC using VxXsrv which I believe is a fork of Xming. This allows me to configure the VMs on KVM2 with virt-manager.<div><br></div><div>I believe it's possible to have virt-manager connect to multiple hosts so I'm trying to get it to access KVM1 as well, but I keep getting an error which I don't know how to fix:</div><div><br></div><div><div>   Unable to connect to libvirt.</div><div>   You need to install openssh-askpass or similar to connect to this host.</div><div>   Libvirt URI is: qemu+ssh://<a href="http://root@192.168.0.102/system">root@192.168.0.102/system</a><br></div><div>   Traceback (most recent call last):<br></div><div>     File "/usr/share/virt-manager/virtManager/connection.py", line 969, in _open_thread self._backend.open(self._do_creds_password)</div><div>     File "/usr/share/virt-manager/virtinst/connection.py", line 157, in open        open_flags)</div><div>  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 105, in openAuth</div><div>    if ret is None:raise libvirtError('virConnectOpenAuth() failed')</div><div>   libvirtError: Cannot recv data: ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory</div><div>   Permission denied, please try again.</div><div>   ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory</div><div>   Permission denied, please try again.</div><div>   ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory</div><div>   Permission denied (publickey,password).: Connection reset by peer</div></div><div><br></div><div>I have installed openssh-askpass on KVM 2 and KVM1 and virsh on KVM2 can connect to KVM1:</div><div>   # virsh --connect qemu+ssh://<a href="http://192.168.0.102/system">192.168.0.102/system</a><br></div><div><div>   <a href="mailto:root@192.168.0.102">root@192.168.0.102</a>'s password:</div><div>   Welcome to virsh, the virtualization interactive terminal.</div></div><div>   ...</div><div><br></div><div><br></div><div>Can anyone please advise what I need to do to get virt-manager on KVM2 to connect to KVM1.</div></div>