<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rlogin in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355243#M86228</link>
    <description>Is /root/ your root user's home directory?&lt;BR /&gt;&lt;BR /&gt;grep root /etc/passwd Are you getting 6th field as /root?&lt;BR /&gt;&lt;BR /&gt;If okie then,&lt;BR /&gt;&lt;BR /&gt; hostB&lt;BR /&gt; /root/.rhosts&lt;BR /&gt; hostA root&lt;BR /&gt;&lt;BR /&gt; hostA&lt;BR /&gt; /root/.rhosts&lt;BR /&gt; hostB root&lt;BR /&gt;&lt;BR /&gt; Else&lt;BR /&gt;&lt;BR /&gt;  Put .rhosts file on / as /.rhosts with the same settings in the above&lt;BR /&gt;&lt;BR /&gt; It will allow the rlogin from hostB &amp;lt;--&amp;gt; hostA on root user only.&lt;BR /&gt;&lt;BR /&gt; Change the permission of them to 600 so that others can not access it.&lt;BR /&gt;&lt;BR /&gt; Check is your rlogind (eamon) running?&lt;BR /&gt;&lt;BR /&gt; You will get some log informations on /var/log/messages.</description>
    <pubDate>Sat, 14 Aug 2004 01:00:37 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-08-14T01:00:37Z</dc:date>
    <item>
      <title>rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355237#M86222</link>
      <description>now there are two Linux System&lt;BR /&gt;I want to setup rlogin&lt;BR /&gt;so I created .rhosts under root's homeDir separately &lt;BR /&gt;/root/.rhosts&lt;BR /&gt;hostA    +&lt;BR /&gt;hostB    +&lt;BR /&gt;but when rlogin hostB&lt;BR /&gt;the &lt;BR /&gt;Passwd:   prompt appeared&lt;BR /&gt;how can i setup rlogin between two nodes&lt;BR /&gt;and root can rlogin another?&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 12 Aug 2004 03:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355237#M86222</guid>
      <dc:creator>leyearn</dc:creator>
      <dc:date>2004-08-12T03:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355238#M86223</link>
      <description>As for root's login -you have to add the following lines to /etc/securetty&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;pts/2&lt;BR /&gt;and so on.. add at least 30 so the last line will be pts/30&lt;BR /&gt;however it's very unsecure.You can use ssh instead...</description>
      <pubDate>Thu, 12 Aug 2004 04:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355238#M86223</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-08-12T04:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355239#M86224</link>
      <description>I would suggest that you implement SSH as suggested in the earlier post. Its free and you don't have to pay for it :-)&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Mobeen&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2004 05:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355239#M86224</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-08-12T05:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355240#M86225</link>
      <description>The '/etc/securetty' way around not being able to rlogin as root is to put 'rsh' in it.</description>
      <pubDate>Thu, 12 Aug 2004 18:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355240#M86225</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-08-12T18:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355241#M86226</link>
      <description>no &lt;BR /&gt;I put 'rsh' into securetty&lt;BR /&gt;I can't rlogin without passwd</description>
      <pubDate>Thu, 12 Aug 2004 19:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355241#M86226</guid>
      <dc:creator>leyearn</dc:creator>
      <dc:date>2004-08-12T19:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355242#M86227</link>
      <description>remove the '+' from the .rhosts entiries.  Make sure .rhosts has 600 permissions (-rw-------), and is owned by root.&lt;BR /&gt;&lt;BR /&gt;ensure that the 'rlogin' service is started.&lt;BR /&gt;&lt;BR /&gt;After checking all of that, show us the error messages in the log files (usually /var/log/mssages or /var/log/secure).</description>
      <pubDate>Thu, 12 Aug 2004 23:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355242#M86227</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-08-12T23:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355243#M86228</link>
      <description>Is /root/ your root user's home directory?&lt;BR /&gt;&lt;BR /&gt;grep root /etc/passwd Are you getting 6th field as /root?&lt;BR /&gt;&lt;BR /&gt;If okie then,&lt;BR /&gt;&lt;BR /&gt; hostB&lt;BR /&gt; /root/.rhosts&lt;BR /&gt; hostA root&lt;BR /&gt;&lt;BR /&gt; hostA&lt;BR /&gt; /root/.rhosts&lt;BR /&gt; hostB root&lt;BR /&gt;&lt;BR /&gt; Else&lt;BR /&gt;&lt;BR /&gt;  Put .rhosts file on / as /.rhosts with the same settings in the above&lt;BR /&gt;&lt;BR /&gt; It will allow the rlogin from hostB &amp;lt;--&amp;gt; hostA on root user only.&lt;BR /&gt;&lt;BR /&gt; Change the permission of them to 600 so that others can not access it.&lt;BR /&gt;&lt;BR /&gt; Check is your rlogind (eamon) running?&lt;BR /&gt;&lt;BR /&gt; You will get some log informations on /var/log/messages.</description>
      <pubDate>Sat, 14 Aug 2004 01:00:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3355243#M86228</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-08-14T01:00:37Z</dc:date>
    </item>
  </channel>
</rss>

