<?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 to LINUX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680641#M20786</link>
    <description>The "r" services are normally not installed on newer linux versions, is replaced by SSH. So, before enabling the service as described above, ensure that the service is installed.</description>
    <pubDate>Tue, 29 Nov 2005 11:56:15 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-11-29T11:56:15Z</dc:date>
    <item>
      <title>rlogin to LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680638#M20783</link>
      <description>Hi Experts,&lt;BR /&gt;&lt;BR /&gt;how can I rlogin to a LINUX-Client?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Kevin</description>
      <pubDate>Tue, 29 Nov 2005 05:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680638#M20783</guid>
      <dc:creator>Kevin_194</dc:creator>
      <dc:date>2005-11-29T05:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin to LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680639#M20784</link>
      <description>Shalom Kevin,&lt;BR /&gt;&lt;BR /&gt;On a basic level you need a .rhosts file that allows you to authorize users for remote login.&lt;BR /&gt;&lt;BR /&gt;A better option however is to use openssh, which ships with your system. Without modification, you can allow users ssh login which works the same as rlogin but is secure.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpuxconsulting.com/5004.ppt" target="_blank"&gt;http://www.hpuxconsulting.com/5004.ppt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A presentation on how to do the setup.&lt;BR /&gt;&lt;BR /&gt;For rlogin, modification of one of the configuration files in /etc/xinetd.d/ may be needed followed by this command:&lt;BR /&gt;&lt;BR /&gt;service restart xinetd&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 29 Nov 2005 06:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680639#M20784</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-29T06:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin to LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680640#M20785</link>
      <description>Hi,&lt;BR /&gt;you need to enable login service (on server site) for xinetd daemon. Location of configuration files depends on distribution you are using.&lt;BR /&gt;/etc/xinetd.conf&lt;BR /&gt;&lt;BR /&gt;Here is example of login service.&lt;BR /&gt;&lt;BR /&gt;service login&lt;BR /&gt;{&lt;BR /&gt;        socket_type             = stream&lt;BR /&gt;        protocol                = tcp&lt;BR /&gt;        wait                    = no&lt;BR /&gt;        user                    = root&lt;BR /&gt;        server                  = /usr/sbin/in.rlogind&lt;BR /&gt;        server_args             = -h&lt;BR /&gt;}&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Nov 2005 06:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680640#M20785</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-11-29T06:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin to LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680641#M20786</link>
      <description>The "r" services are normally not installed on newer linux versions, is replaced by SSH. So, before enabling the service as described above, ensure that the service is installed.</description>
      <pubDate>Tue, 29 Nov 2005 11:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680641#M20786</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-29T11:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin to LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680642#M20787</link>
      <description>Good point Ivan,&lt;BR /&gt;&lt;BR /&gt;Suggest you go with ssh&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 29 Nov 2005 12:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680642#M20787</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-29T12:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin to LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680643#M20788</link>
      <description>Before you can rlogin into a linux box, verify that the rsh-server has been installed&lt;BR /&gt;rpm -q rsh-server&lt;BR /&gt;&lt;BR /&gt;Then you will need to setup the .rhost file in your home directory or hosts.equiv file (see the man page hosts.equiv).&lt;BR /&gt;&lt;BR /&gt;As everyone has said, ssh is a much better solution.  It is usually loaded on linux systems by default, but it isn't always loaded on other systems.  In order to use it, the other clients in your environement will also need a ssh or PuTTY clients installed.  I have some environments where it was easier to load the rsh-server on a few linux clients, rather than install ssh clients on everything else.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Nov 2005 13:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680643#M20788</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2005-11-29T13:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin to LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680644#M20789</link>
      <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;To enable rlogin, edit the file /etc/xinetd.d/rlogin&lt;BR /&gt;&lt;BR /&gt;make changes in rlogin file..&lt;BR /&gt;&lt;BR /&gt;disable=no&lt;BR /&gt;save and come out...&lt;BR /&gt;#service xinetd restart&lt;BR /&gt;&lt;BR /&gt;if the file is not present.. install the package from red hat installable cd.&lt;BR /&gt;&lt;BR /&gt;#rpm -ivh --force rloginxxx.rmp&lt;BR /&gt;&lt;BR /&gt;Hope it will resolve ur issue.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Wed, 30 Nov 2005 01:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-to-linux/m-p/3680644#M20789</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2005-11-30T01:35:10Z</dc:date>
    </item>
  </channel>
</rss>

