actually i want to login from other client nodes .....<br>you adviced that RSA file might not have sufficient permissions that is why .. i was trying to show that root is also have this error .. so it has permissions ...<br>
<br>by the way i am not very sure why opnnebulla needs ssh. I am just following instructions ....<br>make a RSA public priv key form mikato(root) node by ssh-keygen and give ip_RSA.pub file to all nodes .... then try ssh to mikato and you will not need a password to login<br>
this is what i am trying to do ......<br><br>if i am wrong please elaborate ...<br><br>-digvijay <br><br>one more thing ... <br>ybind service for NIS server is also not working properly ... i am also trying to solve that problem<br>
if you could help it will be great ... <br>any command output you need please tell<br><br><pre>[root@localhost ~]# system-config-authentication<br>Stopping portmap:                                          [  OK  ]<br>Starting portmap:                                          [  OK  ]<br>
Binding to the NIS domain:                                 [  OK  ]<br>Listening for an NIS domain server.YPBINDPROC_DOMAIN: Domain not bound<br>YPBINDPROC_DOMAIN: Domain not bound<br>.YPBINDPROC_DOMAIN: Domain not bound<br>
YPBINDPROC_DOMAIN: Domain not bound<br></pre><br>please and thank you<br>-digvijay<br><br><br><br><br><br><br><br><br><br><div class="gmail_quote">On Thu, Nov 12, 2009 at 12:28 AM, 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;">Why are you trying to ssh to the localhost between oneadmin and root?<br>
If this is what you want, try to do &quot;ssh localhost -l oneadmin&quot; as<br>
root or &quot;ssh localhost -l root&quot; as oneadmin.<br>
But there is no need to do this at all.<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>