some testing: # virsh as normal user:
eddtiwi@client:/scripts$ virsh -c qemu+ssh://[email protected]/system list --all The authenticity of host 'kavasir.XXXXXXXXXX (164.xx.yy.zz)' can't be established. RSA key fingerprint is 93:06:1b:e7:f1:60:3d:63:c2:9f:25:a0:b3:67:aa:f3. Are you sure you want to continue connecting (yes/no)? yes [email protected]'s password: Id Name State ---------------------------------- - centosTemplate shut off # same virsh command as root: root@client:~# virsh -c qemu+ssh://[email protected]/system list --all error: Connection reset by peer error: failed to connect to the hypervisor # then I removed the public ssh key of root on the kavasir (to force password authentication): root@client:~# ssh kavasir echo hi root@kavasir's password: root@client:~# virsh -c qemu+ssh://[email protected]/system list --all error: Connection reset by peer error: failed to connect to the hypervisor -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894091 Title: login to ubuntu libvirtd server with ubuntu client via qemu+ssh as root fails To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/894091/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
