Re: [Openstack] Force use password authentication instead of public key when access VM

2014-11-24 Thread foss geek
Here is the way to enable ssh login to ubuntu user using username and password. I am using it for testing purpose. http://lmohanphy.livejournal.com/2496.html -- Thanks & Regards E-Mail: thefossg...@gmail.com IRC: neophy Blog : http://lmohanphy.livejournal.com/ On Tue, Nov 25, 2014 at 12:32 P

[Openstack] Force use password authentication instead of public key when access VM

2014-11-24 Thread Du Jun
Hi all, I have imported a key pair to nova and used an ubuntu cloud-image(qcow2 file format) to boot an instance. Now, I can access the instance via public key like: ssh -i ceilometer-dev.pem ubuntu@10.254.1.3 But, I don't feel very convenient to use public key every time. So, how to enable pass