<?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 how to configure rlogin in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381963#M348798</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;  I want to configure rlogin in HP-UX. how to do that.</description>
    <pubDate>Wed, 18 Mar 2009 07:37:14 GMT</pubDate>
    <dc:creator>senthil_kumar_1</dc:creator>
    <dc:date>2009-03-18T07:37:14Z</dc:date>
    <item>
      <title>how to configure rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381963#M348798</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  I want to configure rlogin in HP-UX. how to do that.</description>
      <pubDate>Wed, 18 Mar 2009 07:37:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381963#M348798</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-03-18T07:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381964#M348799</link>
      <description>1. enable rlogin, edit /etc/inetd.conf and uncomment line rlogin, then do "inetd -c".&lt;BR /&gt;2. create .rhosts at user home directory that will be permitted to do rlogin:&lt;BR /&gt;    hostnameA user_name&lt;BR /&gt;    hostnameB user_name</description>
      <pubDate>Wed, 18 Mar 2009 07:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381964#M348799</guid>
      <dc:creator>yulianto piyut</dc:creator>
      <dc:date>2009-03-18T07:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381965#M348800</link>
      <description>hi,&lt;BR /&gt;&amp;gt;&amp;gt;I want to configure rlogin in HP-UX. how to do that&lt;BR /&gt;means you are not able to rlogin into the system right ?&lt;BR /&gt;&lt;BR /&gt;you have to check this things.&lt;BR /&gt;/etc/inetd.conf look this line this should not be # marked&lt;BR /&gt;login stream tcp nowait root /usr/lbin/rlogind rlogind&lt;BR /&gt;shell stream tcp nowait root /usr/lbin/remshd remshd&lt;BR /&gt;exec stream tcp nowait root /usr/lbin/rexecd rexecd&lt;BR /&gt;&lt;BR /&gt;after removing the # restart the network service.&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 18 Mar 2009 07:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381965#M348800</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-18T07:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381966#M348801</link>
      <description>I'm sure this doc will help you!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-90827/ch02s01.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-90827/ch02s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!</description>
      <pubDate>Wed, 18 Mar 2009 07:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381966#M348801</guid>
      <dc:creator>點燃</dc:creator>
      <dc:date>2009-03-18T07:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381967#M348802</link>
      <description>One more thing to add,&lt;BR /&gt;The file /etc/hosts.equiv is a list of host names that have the same users. If your login&lt;BR /&gt;name is user1 on one system, it is assumed that you are the same user1 on all hosts listed in hosts.equiv. This is helpful when rlogin is used, and it must be configured correctly when using remsh and rcp. You may want to mention $HOME/.rhosts as an alternative to hosts.equiv.</description>
      <pubDate>Wed, 18 Mar 2009 07:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381967#M348802</guid>
      <dc:creator>點燃</dc:creator>
      <dc:date>2009-03-18T07:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381968#M348803</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Already you got lot's og information, i just want to add some thing.&lt;BR /&gt;&lt;BR /&gt;host entry(/etc/hosts)should be there in both and remote host.&lt;BR /&gt;Entry should be there in .rhosts file of both local &amp;amp; remote host. (In user profile you will get .rhosts file).&lt;BR /&gt;If firewall is between local and remote host then ensure that 513 port is open.&lt;BR /&gt;&lt;BR /&gt;Thnx...Farhan</description>
      <pubDate>Wed, 18 Mar 2009 08:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381968#M348803</guid>
      <dc:creator>Md. Farhan A Azam</dc:creator>
      <dc:date>2009-03-18T08:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381969#M348804</link>
      <description>Hi yulianto piyut&lt;BR /&gt;&lt;BR /&gt;     what is the purpose of ".rhosts"&lt;BR /&gt;&lt;BR /&gt;     pls explain me in detail&lt;BR /&gt;&lt;BR /&gt;Hi Ignited  &lt;BR /&gt;&lt;BR /&gt;    what is the purpose of "/etc/hosts.equiv"&lt;BR /&gt;&lt;BR /&gt;    pls exxpain me in detail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 09:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381969#M348804</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-03-18T09:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381970#M348805</link>
      <description>The .rhosts is placed in an individual user's home directory to allow them access without having to fill in a password.  The /etc/hosts.equiv file accomplishes the same thing on a host by host basis rather than by indiviual user.  The .rhosts file is the only way to set up passwordless access for the root user, by the way.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 18 Mar 2009 09:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381970#M348805</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-03-18T09:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381971#M348806</link>
      <description>Hi Senthilkumar,&lt;BR /&gt;&lt;BR /&gt;Enabling the services in /etc/inetd.conf and /etc/services is enough for rlogin to work.&lt;BR /&gt;&lt;BR /&gt;.rhosts and /etc/hosts.equiv files for basically to allow the users and hosts based on the authentication&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;what is the purpose of ".rhosts"&lt;BR /&gt;pls explain me in detail&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;this file will exist in individual users home directories. Users allowed here in .rhosts file will be allowed without password.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;what is the purpose of "/etc/hosts.equiv"&amp;lt;&amp;lt;&lt;BR /&gt;This is host based authentication&lt;BR /&gt;&lt;BR /&gt;man hosts.equiv and man rhosts will give you enough details.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 09:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381971#M348806</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-18T09:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381972#M348807</link>
      <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;Here is the detailed explanation for /etc/hosts.equiv and .rhosts&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90011/hosts.equiv.4.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90011/hosts.equiv.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this answers your question!&lt;BR /&gt;&lt;BR /&gt;Regards!</description>
      <pubDate>Thu, 19 Mar 2009 05:49:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381972#M348807</guid>
      <dc:creator>點燃</dc:creator>
      <dc:date>2009-03-19T05:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381973#M348808</link>
      <description>Hi Senthil Kumar&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;what is the purpose of ".rhosts"&lt;BR /&gt;&lt;BR /&gt;what is the purpose of "/etc/hosts.equiv"&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To allow a user access to a remote system using rcp or remsh or rlogin without supplying a password, set up an /etc/hosts.equiv or $HOME/.rhosts file on the remote system. See the hosts.equiv(4) manpage for more information.&lt;BR /&gt;&lt;BR /&gt;The /etc/hosts.equiv file can contain NFS netgroups. See Installing and Administering NFS Services for more information.&lt;BR /&gt;&lt;BR /&gt;$HOME/.rhosts file&lt;BR /&gt;Users listed in $HOME/.rhosts are allowed access to the local system, from the remote systems and accounts named in the file, without supplying a password. This file should be owned by the local user. &lt;BR /&gt;&lt;BR /&gt;In the following example, /users/spence/.rhosts resides on system wsj6700. Users tom and patrick can log in to spenceâ  s account on wsj6700, from ws732 and wsb2600 respectively, without supplying a password. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Thu, 19 Mar 2009 06:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-rlogin/m-p/4381973#M348808</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-19T06:20:04Z</dc:date>
    </item>
  </channel>
</rss>

