<?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: role of /etc/hosts.equiv in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291082#M182153</link>
    <description>The hosts.equiv and .rhosts files list hosts and users that are trusted by the local host when a connection is made using the rshd service. &lt;BR /&gt;&lt;BR /&gt;The hosts.equiv file resides in the /etc directory and lists the remote machines that may connect to the local machine and the local user names those machines may connect as. The .rhosts file resides in a user's home directory and specifies the remote machines and remote user names that the user may use to remotely log in to the local machine. &lt;BR /&gt;&lt;BR /&gt;Each line of these files has the format: &lt;BR /&gt;&lt;BR /&gt;hostname [username]&lt;BR /&gt;&lt;BR /&gt;hostname may be given as a host name (typically, a fully qualified host name in a DNS environment), an address, or a + character indicating that all hosts are to be trusted. &lt;BR /&gt;&lt;BR /&gt;username, if specified, may be given as either a user name on the remote host or a + character indicating all users on hostname. &lt;BR /&gt;&lt;BR /&gt;When the optional username is specified, only users with entries on the specified host may log in to the local machine. When username is not specified, any user that has the same user name on both the remote and local machines may log in to the local machine. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: &lt;BR /&gt;Because the rsh and rcp utilities resend the current without the domain if it is too long and the rlogin utility does not, a user may require two entries in the hosts.equiv or .rhosts file. If the full name (including domain) is too long for the rshd service (or daemon) being used, the user needs one entry with the full user name (including domain) for use with rlogind and a second with the the same user name minus the domain for use with rshd. &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Mon, 31 May 2004 07:28:32 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-05-31T07:28:32Z</dc:date>
    <item>
      <title>role of /etc/hosts.equiv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291077#M182148</link>
      <description>what is the difference in role between /etc/hosts.equiv and /etc/.rhosts</description>
      <pubDate>Mon, 31 May 2004 04:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291077#M182148</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2004-05-31T04:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: role of /etc/hosts.equiv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291078#M182149</link>
      <description>Check the following site&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Mon, 31 May 2004 04:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291078#M182149</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-05-31T04:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: role of /etc/hosts.equiv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291079#M182150</link>
      <description>1. Search itrc in the previously posted threads.&lt;BR /&gt;&lt;BR /&gt;2. Reward members who take time to answer your posts. &lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Mon, 31 May 2004 04:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291079#M182150</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-05-31T04:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: role of /etc/hosts.equiv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291080#M182151</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;hosts.equiv provides system wide equivalency and is found in /etc.&lt;BR /&gt;&lt;BR /&gt;while .rhosts is found in the users' home directory and is used to define user equivalency.&lt;BR /&gt;&lt;BR /&gt;for more info and how to setup using these files, see man .rhosts or man hosts.equiv&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;Naveej&lt;BR /&gt;(Assigning points to your previous queries will fetch you more replies on all your topics)</description>
      <pubDate>Mon, 31 May 2004 04:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291080#M182151</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-05-31T04:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: role of /etc/hosts.equiv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291081#M182152</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The /etc/hosts.equiv file and files named .rhosts found in users' home      directories specify remote hosts and users that are "equivalent" to the local host or user.  Users from equivalent remote hosts are permitted to access a local account using rcp or remsh or to rlogin to the local account without supplying a password.&lt;BR /&gt;&lt;BR /&gt;Pls find full detailed info with:&lt;BR /&gt;# man hosts.equiv&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Mon, 31 May 2004 05:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291081#M182152</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-05-31T05:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: role of /etc/hosts.equiv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291082#M182153</link>
      <description>The hosts.equiv and .rhosts files list hosts and users that are trusted by the local host when a connection is made using the rshd service. &lt;BR /&gt;&lt;BR /&gt;The hosts.equiv file resides in the /etc directory and lists the remote machines that may connect to the local machine and the local user names those machines may connect as. The .rhosts file resides in a user's home directory and specifies the remote machines and remote user names that the user may use to remotely log in to the local machine. &lt;BR /&gt;&lt;BR /&gt;Each line of these files has the format: &lt;BR /&gt;&lt;BR /&gt;hostname [username]&lt;BR /&gt;&lt;BR /&gt;hostname may be given as a host name (typically, a fully qualified host name in a DNS environment), an address, or a + character indicating that all hosts are to be trusted. &lt;BR /&gt;&lt;BR /&gt;username, if specified, may be given as either a user name on the remote host or a + character indicating all users on hostname. &lt;BR /&gt;&lt;BR /&gt;When the optional username is specified, only users with entries on the specified host may log in to the local machine. When username is not specified, any user that has the same user name on both the remote and local machines may log in to the local machine. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: &lt;BR /&gt;Because the rsh and rcp utilities resend the current without the domain if it is too long and the rlogin utility does not, a user may require two entries in the hosts.equiv or .rhosts file. If the full name (including domain) is too long for the rshd service (or daemon) being used, the user needs one entry with the full user name (including domain) for use with rlogind and a second with the the same user name minus the domain for use with rshd. &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 31 May 2004 07:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291082#M182153</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-05-31T07:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: role of /etc/hosts.equiv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291083#M182154</link>
      <description>An addition to all above replies:&lt;BR /&gt;&lt;BR /&gt;hosts.equiv talks about host equivalency and .rhosts talks about user equivalency.&lt;BR /&gt;&lt;BR /&gt;for e.g. &lt;BR /&gt;If you want to allow certain hosts and don't bother about what user are therein then use hosts.equiv.&lt;BR /&gt;And if you are cautious at users level then better to go for .rhosts.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2004 08:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291083#M182154</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-05-31T08:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: role of /etc/hosts.equiv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291084#M182155</link>
      <description>Hi,&lt;BR /&gt;root user ignores /etc/hosts.equiv and requires .rhosts in root user $HOME dir&lt;BR /&gt;&lt;BR /&gt;Also any .rhosts should be owned by the user, and permissions 400 for "security".&lt;BR /&gt;&lt;BR /&gt;Consider using ssh instead of r-commands for better security and accountability.&lt;BR /&gt;&lt;BR /&gt;HTH, Brian Hackley</description>
      <pubDate>Tue, 01 Jun 2004 08:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291084#M182155</guid>
      <dc:creator>Brian Hackley</dc:creator>
      <dc:date>2004-06-01T08:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: role of /etc/hosts.equiv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291085#M182156</link>
      <description>For security purposes suggest you use Secure Shell or at least tcp_wrappers, which uses the /etc/hosts.allow and /etc/hosts.deny files.</description>
      <pubDate>Tue, 01 Jun 2004 09:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/role-of-etc-hosts-equiv/m-p/3291085#M182156</guid>
      <dc:creator>Dani Seely</dc:creator>
      <dc:date>2004-06-01T09:05:49Z</dc:date>
    </item>
  </channel>
</rss>

