<?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: Where should .rhosts be located? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688894#M20924</link>
    <description>.rhosts should be in home dir of the user who needs it. Normally in your case root. Check the root home and add.&lt;BR /&gt;&lt;BR /&gt;Also you need the shell in /etc/services, which enabled remote system to execute commands.&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
    <pubDate>Mon, 12 Dec 2005 14:59:20 GMT</pubDate>
    <dc:creator>Chan 007</dc:creator>
    <dc:date>2005-12-12T14:59:20Z</dc:date>
    <item>
      <title>Where should .rhosts be located?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688887#M20917</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I tried to install OB software from IS. However the remote login didn't work even I've put this in the file /.rhosts:&lt;BR /&gt;&lt;IS_SERVER&gt; root&lt;BR /&gt;&lt;BR /&gt;I've tried to copy /.rhosts to /root/.rhosts, but it still doesn't work. I'm not so familiar with Linux, what should be the .rhosts right location? /.rhosts or /root/.rhosts? How to make the thing works?&lt;BR /&gt;&lt;BR /&gt;Thanks in advanved!&lt;BR /&gt;&lt;BR /&gt;Mei&lt;/IS_SERVER&gt;</description>
      <pubDate>Sat, 10 Dec 2005 20:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688887#M20917</guid>
      <dc:creator>Mei Jiao</dc:creator>
      <dc:date>2005-12-10T20:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where should .rhosts be located?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688888#M20918</link>
      <description>Hello Mei,&lt;BR /&gt;&lt;BR /&gt;The .rhosts file for the individual goes in the user's home directory.  Typically that is /root on linux.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Dec 2005 22:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688888#M20918</guid>
      <dc:creator>Tom Ward_1</dc:creator>
      <dc:date>2005-12-10T22:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Where should .rhosts be located?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688889#M20919</link>
      <description>Hello Mei,&lt;BR /&gt;&lt;BR /&gt;I don't know what OB software is, but do you really need to use rservices to get it.  Most current linux distributions have rservices turned off, since they are insecure.  Can you use ssh/scp instead?  I think you'll have better luck with that if you can.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Sat, 10 Dec 2005 22:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688889#M20919</guid>
      <dc:creator>Tom Ward_1</dc:creator>
      <dc:date>2005-12-10T22:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Where should .rhosts be located?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688890#M20920</link>
      <description>Mei,&lt;BR /&gt;If you really need to use r-commands for root, you should do the following:&lt;BR /&gt;1) put .rhosts into /root directory with 600 permission&lt;BR /&gt;2) add "rsh" and "rlogin" to /etc/securetty file&lt;BR /&gt;3) chkconfig rsh on &lt;BR /&gt;and &lt;BR /&gt;chkconfig rlogin on &lt;BR /&gt;</description>
      <pubDate>Sun, 11 Dec 2005 07:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688890#M20920</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-12-11T07:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Where should .rhosts be located?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688891#M20921</link>
      <description>The .rhosts file belongs in the home directory of the user that will be using it. Most times that will be root and the file belongs in the root home directory. However, I use this structure to run scripts across systems as my own user ID and I have a .rhosts file in my home directory to make that happen.</description>
      <pubDate>Mon, 12 Dec 2005 09:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688891#M20921</guid>
      <dc:creator>Steve Andrews_6</dc:creator>
      <dc:date>2005-12-12T09:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Where should .rhosts be located?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688892#M20922</link>
      <description>Dear Mei,&lt;BR /&gt;&lt;BR /&gt;The .rhosts file should be there in the correcsponding users HOME directory.&lt;BR /&gt;&lt;BR /&gt;In our case we need to put in the root users HOME, please check the same from /etc/passwd file or login as root and do echo $HOME. and save the file there.&lt;BR /&gt;&lt;BR /&gt;Also you check the /etc/hosts.equiv file in the IS_server for the entry for this server.&lt;BR /&gt;&lt;BR /&gt;It will work.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Mon, 12 Dec 2005 09:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688892#M20922</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2005-12-12T09:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Where should .rhosts be located?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688893#M20923</link>
      <description>The r* commands may not be installed, or&lt;BR /&gt;may be disabled in  the inetd.conf or&lt;BR /&gt;xinetd.conf files.  &lt;BR /&gt;&lt;BR /&gt;Many system disable these commands by default&lt;BR /&gt;because of there security implications.&lt;BR /&gt;&lt;BR /&gt;Consider using ssh to provide the&lt;BR /&gt;functionality. I believe you can alias&lt;BR /&gt;the r* commands into ssh.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2005 11:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688893#M20923</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2005-12-12T11:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Where should .rhosts be located?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688894#M20924</link>
      <description>.rhosts should be in home dir of the user who needs it. Normally in your case root. Check the root home and add.&lt;BR /&gt;&lt;BR /&gt;Also you need the shell in /etc/services, which enabled remote system to execute commands.&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
      <pubDate>Mon, 12 Dec 2005 14:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688894#M20924</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2005-12-12T14:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Where should .rhosts be located?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688895#M20925</link>
      <description>Double check and make sure the rsh-server is installed:&lt;BR /&gt;&lt;BR /&gt;rpm -q rsh-server&lt;BR /&gt;&lt;BR /&gt;Most linux installations don't include it by default.  On Red Hat installations, it is included with the "Legacy Network Server" bundle.</description>
      <pubDate>Tue, 13 Dec 2005 09:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-should-rhosts-be-located/m-p/3688895#M20925</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2005-12-13T09:53:56Z</dc:date>
    </item>
  </channel>
</rss>

