<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/2649808#M879989</link>
    <description>Shyam,&lt;BR /&gt;&lt;BR /&gt;Fix for this issue is in 11.0 r-commands patch PHNE_21731 or better on the "target" box; but you might as well patch 'em all.&lt;BR /&gt;&lt;BR /&gt;After install the patch, add the -s flag to the end of the /etc/inetd.conf entries for login and shell, and run inetd -c to tell inetd to re-read the config files.&lt;BR /&gt;&lt;BR /&gt;By the way, a .rhosts file as you describe is a grave security risk.  Instead you should /etc/hosts.equiv to list the trusted hosts from which all users are allowed access, and make that /etc/hosts.equiv the same on all of the HP's.   If you need a .rhosts for root, you should make /.rhosts read&lt;BR /&gt;hosta root&lt;BR /&gt;hostb root&lt;BR /&gt;hostc root&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;and make /.rhosts owned by root, and permissions 400.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; Brian Hackley</description>
    <pubDate>Tue, 22 Jan 2002 17:48:14 GMT</pubDate>
    <dc:creator>Brian Hackley</dc:creator>
    <dc:date>2002-01-22T17:48:14Z</dc:date>
    <item>
      <title>rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/2649805#M879986</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a setup of 7 HP9000 systems. In that system ONE is exporting home filesystem(all users home directories) and all the other systems are mounting that. Also the /etc/passwd file for all the systems is same.&lt;BR /&gt;&lt;BR /&gt;So whenever a user is logging in any of the system he is getting into the same home directory(becos. of NFS mounts).&lt;BR /&gt;&lt;BR /&gt;All the users have a .rhosts file in their respective home directories with the entry of "+ +". Becos. of this entry, all the users are able to rlogin from their current system to the remaing systems without any authentication.&lt;BR /&gt;&lt;BR /&gt;Now for the last one week, from System ONE rlogin is not happening to System TWO for any user. Its giving the following error,&lt;BR /&gt;&lt;BR /&gt;"rlogind:Host address mismatch".&lt;BR /&gt;&lt;BR /&gt;At the same time all the users from System ONE is able to rlogn to the systems(except System TWO).&lt;BR /&gt;Similarly users from other systems are able to rlogin to System TWO without any problem. &lt;BR /&gt;&lt;BR /&gt;Importantly all users from System TWO are able to do rlogin to System ONE. From System ONE name resolution had been checked(nslookup using /etc/hosts from local system). &lt;BR /&gt;&lt;BR /&gt;When we remove the .rhosts entry from a users home directory, rlogin is happening from ONE to TWO for that particular user with authentication.&lt;BR /&gt;&lt;BR /&gt;Could someone help me on resolving this problem.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shyam</description>
      <pubDate>Tue, 22 Jan 2002 10:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/2649805#M879986</guid>
      <dc:creator>Shyam Sundar</dc:creator>
      <dc:date>2002-01-22T10:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/2649806#M879987</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just a hunch. Check the reverse IP lookup for the IP addresses on both servers. &lt;BR /&gt;&lt;BR /&gt;Is both the reverse IP resolution and forward name resolution on both systems in sync?&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.</description>
      <pubDate>Tue, 22 Jan 2002 10:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/2649806#M879987</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-01-22T10:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/2649807#M879988</link>
      <description>Hi,&lt;BR /&gt;looks like hostname or ip of system 2 has been changed, check the /etc/passwd and /etc/group files in system 2 whether they have +:: entry.&lt;BR /&gt;if not, make this entry.</description>
      <pubDate>Tue, 22 Jan 2002 10:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/2649807#M879988</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-01-22T10:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/2649808#M879989</link>
      <description>Shyam,&lt;BR /&gt;&lt;BR /&gt;Fix for this issue is in 11.0 r-commands patch PHNE_21731 or better on the "target" box; but you might as well patch 'em all.&lt;BR /&gt;&lt;BR /&gt;After install the patch, add the -s flag to the end of the /etc/inetd.conf entries for login and shell, and run inetd -c to tell inetd to re-read the config files.&lt;BR /&gt;&lt;BR /&gt;By the way, a .rhosts file as you describe is a grave security risk.  Instead you should /etc/hosts.equiv to list the trusted hosts from which all users are allowed access, and make that /etc/hosts.equiv the same on all of the HP's.   If you need a .rhosts for root, you should make /.rhosts read&lt;BR /&gt;hosta root&lt;BR /&gt;hostb root&lt;BR /&gt;hostc root&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;and make /.rhosts owned by root, and permissions 400.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; Brian Hackley</description>
      <pubDate>Tue, 22 Jan 2002 17:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/2649808#M879989</guid>
      <dc:creator>Brian Hackley</dc:creator>
      <dc:date>2002-01-22T17:48:14Z</dc:date>
    </item>
  </channel>
</rss>

