<?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: can't use rcp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368652#M13808</link>
    <description>make sure that .rhosts perms are set to 600&lt;BR /&gt;&lt;BR /&gt;and use ssh/scp instead of rsh/rcp.</description>
    <pubDate>Mon, 06 Sep 2004 19:35:55 GMT</pubDate>
    <dc:creator>Ross Minkov</dc:creator>
    <dc:date>2004-09-06T19:35:55Z</dc:date>
    <item>
      <title>can't use rcp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368646#M13802</link>
      <description>I have setup a new RH Linux ( host B ) , I can't use "rcp" to copy file from host A to it , I have already setup the ~userid/.rhosts ( hosts  IP ) , what services or setting that I need to set at host B ? thx</description>
      <pubDate>Tue, 31 Aug 2004 01:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368646#M13802</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-08-31T01:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: can't use rcp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368647#M13803</link>
      <description>I have already setup the /etc/securetty , and add rcp rsh to it , but still not work</description>
      <pubDate>Tue, 31 Aug 2004 02:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368647#M13803</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-08-31T02:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: can't use rcp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368648#M13804</link>
      <description>Is the 'rsh' service running ('chkconfig --list rsh'), and is the firewall allowing the traffic in (use 'iptables -nvL' to check) ?</description>
      <pubDate>Tue, 31 Aug 2004 02:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368648#M13804</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-08-31T02:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: can't use rcp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368649#M13805</link>
      <description>As Stuart says, check you have the rsh daemons running (rsh supports rlogin, rcp, and remsh, but I don't think the RPM is installed by default):&lt;BR /&gt;&lt;BR /&gt;rpm -q rsh&lt;BR /&gt;&lt;BR /&gt;should tell you.&lt;BR /&gt;&lt;BR /&gt;However, bear in mind that rcp is insecure.&lt;BR /&gt;&lt;BR /&gt;You may be better of setting up ssh on the processor and using 'scp' instead. It is a secure replacement for rcp (the usage is identical with the exception that if your target host doesn't 'know' the machine initiating the scp, you get prompted for a password (conpared with the rcp simply failing with an authentication error).&lt;BR /&gt;&lt;BR /&gt;It takes a little extra effort to get ssh set up, but once it is, it is far more flexible and easier to use (oh, and more secure! :-)&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;A.</description>
      <pubDate>Tue, 31 Aug 2004 18:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368649#M13805</guid>
      <dc:creator>Andrew Bruce</dc:creator>
      <dc:date>2004-08-31T18:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: can't use rcp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368650#M13806</link>
      <description>don't use rcp, but use scp instead.&lt;BR /&gt;&lt;BR /&gt;all r* commands are unsafe.</description>
      <pubDate>Wed, 01 Sep 2004 01:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368650#M13806</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-09-01T01:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: can't use rcp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368651#M13807</link>
      <description>if rsh is up and rcp doesn't work, check &lt;BR /&gt;&lt;BR /&gt;- .rhosts sysntax and permission.&lt;BR /&gt;- DNS resolution&lt;BR /&gt;- do you use the same userid on both systems?</description>
      <pubDate>Wed, 01 Sep 2004 02:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368651#M13807</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-09-01T02:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: can't use rcp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368652#M13808</link>
      <description>make sure that .rhosts perms are set to 600&lt;BR /&gt;&lt;BR /&gt;and use ssh/scp instead of rsh/rcp.</description>
      <pubDate>Mon, 06 Sep 2004 19:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368652#M13808</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-09-06T19:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: can't use rcp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368653#M13809</link>
      <description>Did you setup the .rhosts on both end of hostA and hostB?&lt;BR /&gt;&lt;BR /&gt;Can you execute rsh between these two?&lt;BR /&gt;what did you get during rcp issuing so that to find the issue.&lt;BR /&gt;&lt;BR /&gt;Is hosts IP resolvable on both end's? Check it with nslookup command? Is remshd running to service rcp on hostB or not?? &lt;BR /&gt;&lt;BR /&gt;check remshd on remote hosts else start it and check</description>
      <pubDate>Mon, 06 Sep 2004 22:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-rcp/m-p/3368653#M13809</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-06T22:40:18Z</dc:date>
    </item>
  </channel>
</rss>

