<div>hi, all</div><div>    I have installed Ironic in my devstack. And I create a keypair in nova by using command:</div><div>        nova keypair-add --pub-key ~/.ssh/id_rsa.pub new</div><div>    Next, I boot a vm in nova by using command:</div><div>        nova boot --image [image_id] --flavor [baremetal_id] --nic net-id=[net_id] --key-name new test3</div><div>    After a few minutes, I can connect the machine from router namespace like this:</div><div>        [stack@localhost ~]$ sudo ip netns exec qrouter-[router_id] ping 10.0.0.205</div><div>        PING 10.0.0.205 (10.0.0.205) 56(84) bytes of data.</div><div>        64 bytes from 10.0.0.205: icmp_seq=1 ttl=64 time=0.412 ms</div><div>        64 bytes from 10.0.0.205: icmp_seq=2 ttl=64 time=0.346 ms</div><div>    So I want to login the machine by using command:</div><div>        sudo ip netns exec qrouter-[router_id] ssh -i ~/.ssh/id_rsa root@10.0.0.205</div><div>    But I can not login the machine by using the file named <span style="line-height: 19.0909px;">~/.ssh/id_rsa. It remind me to input</span></div><div><span style="line-height: 19.0909px;">    the password. Why? I used the key to boot this machine!</span></div><div><span style="line-height: 19.0909px;"><br></span></div><div><span style="line-height: 19.0909px;">    Could someone give me some advice?</span></div><div><span style="line-height: 19.0909px;"><br></span></div><div><span style="line-height: 19.0909px;"><br></span></div><div><span style="line-height: 19.0909px;">Thx</span></div><div><span style="line-height: 19.0909px;">Zhi Chang</span></div><div><includetail><!--<![endif]--></includetail></div>