<?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: How to Enable rlogin in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724319#M67637</link>
    <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;After enabling the service make sure to add the required hostname entries in &lt;BR /&gt;&lt;BR /&gt;.rhosts and /etc/hosts.equiv&lt;BR /&gt;&lt;BR /&gt;only the hosts listed in this files will be the trusted hosts and can do rcp.. etc&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
    <pubDate>Tue, 07 Feb 2006 03:53:01 GMT</pubDate>
    <dc:creator>Sivakumar TS</dc:creator>
    <dc:date>2006-02-07T03:53:01Z</dc:date>
    <item>
      <title>How to Enable rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724314#M67632</link>
      <description>i am using suse linux 8.i want to enable rlogin for this server not happening.but telnet is working which service i ahve to run for this rlogin &amp;amp; which line i have to edit in inetd.conf.&lt;BR /&gt;   in my server only inetd.conf is there,there is no xinetd dir.for rlogin we need to install any rpm or what.some one help me to close this issue&lt;BR /&gt;&lt;BR /&gt;thanku&lt;BR /&gt;mahen</description>
      <pubDate>Sat, 04 Feb 2006 00:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724314#M67632</guid>
      <dc:creator>tdmahendran</dc:creator>
      <dc:date>2006-02-04T00:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Enable rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724315#M67633</link>
      <description>Shalom mahen,&lt;BR /&gt;&lt;BR /&gt;inetd.conf can run rlogin protocols as well.&lt;BR /&gt;&lt;BR /&gt;Steps:&lt;BR /&gt;1) Find the software to enable rlogin on your original cd's. Its there. install it.&lt;BR /&gt;2) This will probably add the necessary code to inetd.conf, which you will need to restart.&lt;BR /&gt;&lt;BR /&gt;You might want to consider a more up to date version of Suse.&lt;BR /&gt;&lt;BR /&gt;By default, because of serious security issues, rlogin and its sister protocols are not installed in modern Linux.&lt;BR /&gt;&lt;BR /&gt;You might wish to consider openssh, which is installed by default and works almost exactly like rlogin.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 04 Feb 2006 12:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724315#M67633</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-04T12:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Enable rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724316#M67634</link>
      <description>The telnet and rlogin services are obsolete because of security issues. You should use SSH as a replacement for all these services.</description>
      <pubDate>Sat, 04 Feb 2006 23:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724316#M67634</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-04T23:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Enable rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724317#M67635</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;Try this..&lt;BR /&gt;&lt;BR /&gt;#cd /etc/xinetd.d&lt;BR /&gt;#ls -l rlogin&lt;BR /&gt;#vi rlogin&lt;BR /&gt;&lt;BR /&gt;disable = no&lt;BR /&gt;&lt;BR /&gt;save and come out&lt;BR /&gt;&lt;BR /&gt;#service xinetd restart&lt;BR /&gt;&lt;BR /&gt;#rlogin server_name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will solve ur issue.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Indrajit</description>
      <pubDate>Sun, 05 Feb 2006 13:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724317#M67635</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-02-05T13:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Enable rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724318#M67636</link>
      <description>Try using ssh instead.  rlogin is a &lt;BR /&gt;security hole and has been disabled &lt;BR /&gt;by default on many linux distributions &lt;BR /&gt;for some time.  ssh provided all the &lt;BR /&gt;rlogin functionality over a secure channel.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2006 11:18:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724318#M67636</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-02-06T11:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Enable rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724319#M67637</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;After enabling the service make sure to add the required hostname entries in &lt;BR /&gt;&lt;BR /&gt;.rhosts and /etc/hosts.equiv&lt;BR /&gt;&lt;BR /&gt;only the hosts listed in this files will be the trusted hosts and can do rcp.. etc&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Tue, 07 Feb 2006 03:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-rlogin/m-p/3724319#M67637</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-02-07T03:53:01Z</dc:date>
    </item>
  </channel>
</rss>

