On Tue, Feb 28, 2012 at 12:29:04PM -0500, Cole Robinson wrote:
> virt-manager --connect qemu+ssh://root@myhost.domain.net
This needs to have /system at the end, as Eric mentioned.
Probably easier to test the URI with 'virsh --connect' first.
virsh --connect qemu+ssh://root@<an ip address>/system
does get me to the machine.
virt-manager --connect qemu+ssh://root@<an ip address>/system
gives a complaint about not connecting locally and then
does supply the list of remote VM's.