Comment 6 for bug 1084064

Revision history for this message
Para Siva (psivaa) wrote :

What I am trying to do is to ssh to VMs installed using libvirt from precise/ quantal hosts. I have updated the steps to be clearer.

I am able to ssh to a VM with 20121108.2 i386 raring image installed using libvirt without any issues .
    'ssh ubuntu@ubuntu-virtual-machine' connects fine to this machine without any issues from my quantal host.

But a VM installed with today's image (20121128) on the same host, same libvirt is not connecting in a similar way. It was attempted to add .local since the output of hostname -A did not match to the entries in /etc/hosts and /etc/hostname.
( I had to change the entries to match them, purge openssh-server, reboot the VM, install openssh-server again and then reboot the VM in order to make my ssh from the same host to work and I did NOT have to do all these things for the VM with the old image said above (20121108.2).
I think that indicates a regression.