<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Try to setup password-less ssh connection from KVM2 to KVM1:<br>
<br>
    'ssh-copy-id user@KVM1'<br>
<br>
this will copy your public key from KVM2 to KVM1 host and than ssh connection<br>
doesn't require password and therefore it won't try to run the 'ssh-askpass'.<br></blockquote><div> </div><div>Thanks for the suggestion. When I ran this command I got the error below (192.168.0.102 is the machine I'm connecting to) :</div><div><br></div><div><div># ssh-copy-id <a href="mailto:root@192.168.0.102">root@192.168.0.102</a></div><div>/bin/ssh-copy-id: ERROR: No identities found</div></div><div><br></div><div>What am I missing here? Am I supposed to have set up some RSA keys etc, because I haven't done that.</div><div> </div></div></div></div>