sir <div>   i am trying to create ssh connention and i am able to connect with out password from terminal using </div><div>virsh -c qemu+ssh://<a href="http://punit@192.168.102.133/system">punit@192.168.102.133/system</a> </div>
<div><br></div><div>but this is not working with libvirt-php binding </div><div><br></div><div><div style>error :for libvirt-php ssh connection</div><div style>"Libvirt last error: cannot recv data: Resource temporarily unavailable"</div>
<div style><br></div><div style>my php code is</div><div style><?php<div><br></div><div>$res1=libvirt_connect("qemu+ssh://<a href="http://punit@192.168.102.133/system" target="_blank" style="color:rgb(17,85,204)">punit@192.168.102.133/system</a>",false);</div>
<div><br></div><div><br></div><div>print_r($res1); printf ("\n");</div><div><br></div><div>if ($res1==false)</div><div>{</div><div>    echo ("Libvirt last error: ".libvirt_get_last_error());</div><div>
    </div><div>}</div><div>?></div><div><br></div><div><br></div><div><br></div></div><div><br></div>-- <br>Punit Gupta<div>M-Tect (jiit noida)</div><div><br></div><br>
</div>