<div dir="ltr"><div><div><div><div><div>Hi all,<br><br></div>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:<br><br><span style="color:rgb(255,0,0)">ssh -i ceilometer-dev.pem <a href="mailto:ubuntu@10.254.1.3">ubuntu@10.254.1.3</a></span><br><br></div>But, I don't feel very convenient to use public key every time. So, how to enable password login? My work steps are:<br><br></div>1, use public key to login my instance.<br><br><span style="color:rgb(255,0,0)">ssh -i ceilometer-dev.pem <a href="mailto:ubuntu@10.254.1.3">ubuntu@10.254.1.3</a><br><br></span></div><span style="color:rgb(255,0,0)"><span style="color:rgb(0,0,0)">2, modify the s<font>shd configure f</font>ile(/etc/ssh/sshd_config)</span></span> <span style="color:rgb(0,0,0)"><font>and set:</font></span><br><br>PubkeyAuthentication yes<br><br>ChallengeResponseAuthentication yes<br><br>PasswordAuthentication yes<br><br></div><div><font><span style="color:rgb(0,0,0)">3, restart sshd service:</span></font><br><br><font><span style="color:rgb(255,0,0)">/etc/init.d/ssh restart</span></font><br><br></div><div><font>However, I still need public key to access instance and get failed when I attempt to login via password:</font><br><br><font><span style="color:rgb(255,0,0)">vcap@ubuntu:/home$ ssh <a href="mailto:ubuntu@10.254.1.3">ubuntu@10.254.1.3</a><br>Permission denied (publickey).</span></font><br><br></div><div>Is there anything I have missed? Any help will be appreciated!<br><br><br>--<br></div><div>Reagrds,<br></div><div>Frank<br></div><span style="color:rgb(255,0,0)"><span style="color:rgb(0,0,0)"></span></span><div><span style="color:rgb(255,0,0)"><br><br></span><div> <br></div></div></div>