i have tried [yes] but no good. It adds the user to known-users list but so the error <br><br>The authenticity of host &#39;localhost (::1)&#39; can&#39;t be established.<div class="im">RSA key fingerprint is 5d:40:28:ff:97:12:98:06:92:58:41:d5:20:3e:09:7c.<br>
Are you sure you want to continue connecting (yes/no)? </div><br>does not show but, still it asks the password every time you try to log in. So the problem is still not solved because opennebula needs to login automatically<br>
<br>any suggesstions ????<br><br>-digvijay<br><br><br><br><div class="gmail_quote">On Wed, Nov 11, 2009 at 11:26 PM, Shi Jin <span dir="ltr">&lt;<a href="mailto:jinzishuai@gmail.com">jinzishuai@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">try to answer yes.<br>
Also can you do ls -l ?<br>
<br>
Shi<br>
<br>
On Wed, Nov 11, 2009 at 10:11 AM, digvijay singh shaktawat<br>
<div><div></div><div class="h5">&lt;<a href="mailto:digvijaysinghshaktawat@gmail.com">digvijaysinghshaktawat@gmail.com</a>&gt; wrote:<br>
&gt; hey,<br>
&gt; thanks for reply and sorry for delay ....<br>
&gt; i think below should clear out ur doubt .... the root is has the access to<br>
&gt; all files ...<br>
&gt; if you find any thing please help ....<br>
&gt; for opennebula to work ssh has to work..<br>
&gt; please look carefully and find any problem ....<br>
&gt;<br>
&gt; [root@localhost ~]# su oneadmin<br>
&gt; [oneadmin@localhost root]$ cd ~<br>
&gt; [oneadmin@localhost ~]$ ssh-keygen<br>
&gt; Generating public/private rsa key pair.<br>
&gt; Enter file in which to save the key (/home/oneadmin/.ssh/id_rsa): y<br>
&gt;<br>
&gt; Enter passphrase (empty for no passphrase):<br>
&gt; Enter same passphrase again:<br>
&gt; Your identification has been saved in y.<br>
&gt; Your public key has been saved in y.pub.<br>
&gt; The key fingerprint is:<br>
&gt; 8e:79:af:cb:b3:e8:ed:a5:1e:49:95:db:d1:66:72:32<br>
&gt; oneadmin@localhost.localdomain<br>
&gt;<br>
&gt; [oneadmin@localhost ~]$ exit<br>
&gt; exit<br>
&gt; [root@localhost ~]# cp /home/oneadmin/.ssh/id_rsa<br>
&gt; id_rsa      id_rsa.pub<br>
&gt; [root@localhost ~]# cp /home/oneadmin/.ssh/id_rsa.pub /root/.ssh/id_rsa.pub<br>
&gt; cp: overwrite `/root/.ssh/id_rsa.pub&#39;? y<br>
&gt;<br>
&gt; [root@localhost ~]# cat /root/.ssh/id_rsa.pub &gt;&gt; /root/.ssh/authorized_keys<br>
&gt; [root@localhost ~]# cd .ssh/<br>
&gt; [root@localhost .ssh]# rm authorized_keys<br>
&gt; rm: remove regular file `authorized_keys&#39;? y<br>
&gt; [root@localhost .ssh]# cp id_rsa.pub authorized_keys<br>
&gt;<br>
&gt; [root@localhost .ssh]# ssh localhost<br>
&gt; The authenticity of host &#39;localhost (::1)&#39; can&#39;t be established.<br>
&gt; RSA key fingerprint is 5d:40:28:ff:97:12:98:06:92:58:41:d5:20:3e:09:7c.<br>
&gt; Are you sure you want to continue connecting (yes/no)? no<br>
&gt;<br>
&gt; Host key verification failed.<br>
&gt;<br>
&gt; -digvijay<br>
&gt;<br>
&gt; On Wed, Nov 11, 2009 at 11:49 AM, Shi Jin &lt;<a href="mailto:jinzishuai@gmail.com">jinzishuai@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; A quick thought: did you copy the id_rsa.pub into authorized_keys?<br>
&gt;&gt; Also, check the file permissions.<br>
&gt;&gt;<br>
&gt;&gt; Shi<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Nov 10, 2009 at 11:15 PM, digvijay singh shaktawat<br>
&gt;&gt; &lt;<a href="mailto:digvijaysinghshaktawat@gmail.com">digvijaysinghshaktawat@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; hi,<br>
&gt;&gt; &gt; i have been trying to usr RSA keys to login ssh host for hours .....<br>
&gt;&gt; &gt; i have installed nis server<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; oneadmin&gt; ssh-keygen<br>
&gt;&gt; &gt; .....<br>
&gt;&gt; &gt; [oneadmin@localhost .ssh]$ ls<br>
&gt;&gt; &gt; authorized_keys  id_rsa  id_rsa.pub<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; and copies id_rsa.pub file on the host .ssh folder ....<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; i have tried a lot of combinations for it work but every time i get the<br>
&gt;&gt; &gt; same<br>
&gt;&gt; &gt; answer<br>
&gt;&gt; &gt; i generated key in oneadmin and then tried to login from root (just to<br>
&gt;&gt; &gt; test)<br>
&gt;&gt; &gt; i have tried from various others linux machines also ... but every time<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; same answer .....<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; [root@azure ~]# ssh 127.0.0.1<br>
&gt;&gt; &gt; The authenticity of host &#39;127.0.0.1 (127.0.0.1)&#39; can&#39;t be established.<br>
&gt;&gt; &gt; RSA key fingerprint is 5d:40:28:ff:97:12:98:06:92:58:41:d5:20:3e:09:7c.<br>
&gt;&gt; &gt; Are you sure you want to continue connecting (yes/no)? no<br>
&gt;&gt; &gt; Host key verification failed.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; if i do [yes] still every time to login it will ask passwd but opennbula<br>
&gt;&gt; &gt; needs to login with pass from SRA keys ..<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please help.... Urgently<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -Digvijay<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
&gt;&gt; &gt; <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Shi Jin, Ph.D.<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Shi Jin, Ph.D.<br>
</font></blockquote></div><br>