<?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 remote copy of file in linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728563#M21733</link>
    <description>Hi I want copy a file from one machine running linux to other one also running linux,&lt;BR /&gt;&lt;BR /&gt;This is my command &lt;BR /&gt;&lt;BR /&gt;rcp jupiter1:/r5/oracle/text1 atlanta:/u01/oracle/text1&lt;BR /&gt;&lt;BR /&gt;send me the followibg error &lt;BR /&gt;&lt;BR /&gt;atlanta:connection refused&lt;BR /&gt;&lt;BR /&gt;in the hosts.allow I have added &lt;BR /&gt;jupiter1&lt;BR /&gt;atlanta&lt;BR /&gt;&lt;BR /&gt;The same for the other node atlanta.&lt;BR /&gt;&lt;BR /&gt;In the /etc/hosts I also have added the Ip address of both nodes such for jupiter1 and atlanta.&lt;BR /&gt;&lt;BR /&gt;Also in the .rhosts I have added to jupiter and atlanta nodes in both machines.&lt;BR /&gt;&lt;BR /&gt;Whitch could be my error?&lt;BR /&gt;&lt;BR /&gt;Thank you &lt;BR /&gt;&lt;BR /&gt;W,S&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Feb 2006 21:50:01 GMT</pubDate>
    <dc:creator>WilliamSmith11</dc:creator>
    <dc:date>2006-02-09T21:50:01Z</dc:date>
    <item>
      <title>remote copy of file in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728563#M21733</link>
      <description>Hi I want copy a file from one machine running linux to other one also running linux,&lt;BR /&gt;&lt;BR /&gt;This is my command &lt;BR /&gt;&lt;BR /&gt;rcp jupiter1:/r5/oracle/text1 atlanta:/u01/oracle/text1&lt;BR /&gt;&lt;BR /&gt;send me the followibg error &lt;BR /&gt;&lt;BR /&gt;atlanta:connection refused&lt;BR /&gt;&lt;BR /&gt;in the hosts.allow I have added &lt;BR /&gt;jupiter1&lt;BR /&gt;atlanta&lt;BR /&gt;&lt;BR /&gt;The same for the other node atlanta.&lt;BR /&gt;&lt;BR /&gt;In the /etc/hosts I also have added the Ip address of both nodes such for jupiter1 and atlanta.&lt;BR /&gt;&lt;BR /&gt;Also in the .rhosts I have added to jupiter and atlanta nodes in both machines.&lt;BR /&gt;&lt;BR /&gt;Whitch could be my error?&lt;BR /&gt;&lt;BR /&gt;Thank you &lt;BR /&gt;&lt;BR /&gt;W,S&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Feb 2006 21:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728563#M21733</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2006-02-09T21:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy of file in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728564#M21734</link>
      <description>Hi&lt;BR /&gt;I recommend use scp, in case rcp have to be fulfiled following conditions still:&lt;BR /&gt;- started telnet server&lt;BR /&gt;- enabled rsh and rlogin (in /etc/xinetd.d/rsh and /etc/xinetd.d/rlogin: disable = no)&lt;BR /&gt;- if root user use to rcp this has to be unblocked login by telnet on root (move /etc/securetty to /etc/securetty.org).&lt;BR /&gt;All this things lower security of system, no saying about file .rhosts&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 10 Feb 2006 01:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728564#M21734</guid>
      <dc:creator>LiPEnS</dc:creator>
      <dc:date>2006-02-10T01:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy of file in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728565#M21735</link>
      <description>Shalom WS&lt;BR /&gt;&lt;BR /&gt;rcp is not configured by default on Linux. scp is a far more secure and superior item.&lt;BR /&gt;&lt;BR /&gt;If you must use rcp:&lt;BR /&gt;&lt;BR /&gt;vi the r protocol item in /etc/xinetd.d/&lt;BR /&gt;&lt;BR /&gt;Change disable = yes &lt;BR /&gt;to disable = no&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 10 Feb 2006 02:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728565#M21735</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-10T02:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy of file in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728566#M21736</link>
      <description>Hi&lt;BR /&gt;In addtion to the above also try specifying a user along with the command.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2006 04:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728566#M21736</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-02-10T04:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy of file in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728567#M21737</link>
      <description>Instead of rcp, you should use scp, scp is part of SSH and is enabled by default. The scp command is the replacement for rcp. Rcp is deprecated because of security reasons.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2006 06:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728567#M21737</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-10T06:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy of file in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728568#M21738</link>
      <description>You mat not have the R-commands enabled everywhere. As stated use 'scp'. This is installed and enabled by default.&lt;BR /&gt;&lt;BR /&gt;scp &lt;FILE&gt; user@host:/tmp/&lt;FILE1&gt;&lt;BR /&gt;&lt;BR /&gt;You will probably have to enter the passwd if you have not setup the authorized keys. But this will prompt you at the beginning of the scp process.&lt;/FILE1&gt;&lt;/FILE&gt;</description>
      <pubDate>Fri, 10 Feb 2006 11:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728568#M21738</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-02-10T11:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy of file in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728569#M21739</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your main mistake is to use hosts.allow and hosts.deny in order to set permissions for rsh/rcp/rlogin.&lt;BR /&gt;&lt;BR /&gt;/etc/hosts.allow and /etc/hosts.deny are used for tcpwrapers only.&lt;BR /&gt;&lt;BR /&gt;The file you are looking for is : /etc/hosts.equiv in which you must add your two hostnames jupiter and atlanta on the two servers. ("jupiter" on atlanta:/etc/hosts.equiv and "atlanta" on jupiter:/etc/hosts.equiv are sufficients but it's really simplest to have the same file on the two servers.)&lt;BR /&gt;&lt;BR /&gt;By having this configuration, any normal unix user are authorized to rsh or rcp from ont to the other.&lt;BR /&gt;/etc/hosts.equiv is not working for root connections.&lt;BR /&gt;For these, as root you must create a file named $HOME/.rhosts containing&lt;BR /&gt;jupiter&lt;BR /&gt;atlanta&lt;BR /&gt;on the two machines.&lt;BR /&gt;&lt;BR /&gt;By the way, I agree with all others : use SSH instead of rlogin suite (rsh and rcp) 'cause it is much more secure and up to date.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Lionel</description>
      <pubDate>Mon, 13 Feb 2006 07:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy-of-file-in-linux/m-p/3728569#M21739</guid>
      <dc:creator>Lionel Giraudeau</dc:creator>
      <dc:date>2006-02-13T07:31:37Z</dc:date>
    </item>
  </channel>
</rss>

