<?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 Problems with RCP in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problems-with-rcp/m-p/2869338#M3139</link>
    <description>Greetings everyone,&lt;BR /&gt;&lt;BR /&gt;I have a few servers in my network and I am trying to rcp from one machine to another. More specifically, from IRIX to Linux.&lt;BR /&gt;&lt;BR /&gt;The problem is the Linux machine which will not allow anyone to rcp to it.&lt;BR /&gt;&lt;BR /&gt;It has ssh, ssh2 installed and a few restrictions via the hosts.allow file, which I tried reming out and allowing all hosts in order to troubleshoot the problem, but to no avail.&lt;BR /&gt;&lt;BR /&gt;After checking log files, I saw the following error message which is related to the problem:&lt;BR /&gt;&lt;BR /&gt;Dec 20 16:18:27 ergatis sshd2[14819]: WARNING: Denied connection from 134.xx.xx.xxx by tcp wrappers.&lt;BR /&gt;Dec 20 16:18:27 ergatis sshd2[14819]: Denied connection from 134.xx.xx.xxx by tcp wrappers.&lt;BR /&gt;Dec 20 16:18:27 ergatis sshd2[14819]: refused connect from 134.xx.xx.xxx&lt;BR /&gt;&lt;BR /&gt;Again, changing anything in the hosts.allow file did not have any positive results. I also checked and altered the /etc/ssh2/sshd2_config file, but still nothing.&lt;BR /&gt;&lt;BR /&gt;I have no hosts.equiv file in the /etc dir and I am looking for ideas as to what could be the problem.&lt;BR /&gt;&lt;BR /&gt;Any ideas or help is always appreciated.&lt;BR /&gt;&lt;BR /&gt;Hope you guys have a Merry Xmas !&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Dec 2002 10:29:22 GMT</pubDate>
    <dc:creator>Admin32</dc:creator>
    <dc:date>2002-12-23T10:29:22Z</dc:date>
    <item>
      <title>Problems with RCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-rcp/m-p/2869338#M3139</link>
      <description>Greetings everyone,&lt;BR /&gt;&lt;BR /&gt;I have a few servers in my network and I am trying to rcp from one machine to another. More specifically, from IRIX to Linux.&lt;BR /&gt;&lt;BR /&gt;The problem is the Linux machine which will not allow anyone to rcp to it.&lt;BR /&gt;&lt;BR /&gt;It has ssh, ssh2 installed and a few restrictions via the hosts.allow file, which I tried reming out and allowing all hosts in order to troubleshoot the problem, but to no avail.&lt;BR /&gt;&lt;BR /&gt;After checking log files, I saw the following error message which is related to the problem:&lt;BR /&gt;&lt;BR /&gt;Dec 20 16:18:27 ergatis sshd2[14819]: WARNING: Denied connection from 134.xx.xx.xxx by tcp wrappers.&lt;BR /&gt;Dec 20 16:18:27 ergatis sshd2[14819]: Denied connection from 134.xx.xx.xxx by tcp wrappers.&lt;BR /&gt;Dec 20 16:18:27 ergatis sshd2[14819]: refused connect from 134.xx.xx.xxx&lt;BR /&gt;&lt;BR /&gt;Again, changing anything in the hosts.allow file did not have any positive results. I also checked and altered the /etc/ssh2/sshd2_config file, but still nothing.&lt;BR /&gt;&lt;BR /&gt;I have no hosts.equiv file in the /etc dir and I am looking for ideas as to what could be the problem.&lt;BR /&gt;&lt;BR /&gt;Any ideas or help is always appreciated.&lt;BR /&gt;&lt;BR /&gt;Hope you guys have a Merry Xmas !&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Dec 2002 10:29:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-rcp/m-p/2869338#M3139</guid>
      <dc:creator>Admin32</dc:creator>
      <dc:date>2002-12-23T10:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with RCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-rcp/m-p/2869339#M3140</link>
      <description>What entries do you have in /etc/hosts.{allow,deny} ?&lt;BR /&gt;&lt;BR /&gt;What do you have for either 'ALL' or 'in.rshd' ?&lt;BR /&gt;&lt;BR /&gt;The errors you are showing are 'ssh' errors.  Those will look for the 'sshd2' (by the looks of the log entries) entry in the above listed files.  If you can get that working, then use 'scp' not 'rcp'.&lt;BR /&gt;&lt;BR /&gt;Other issues.  What user are you going to/from?  RH systems by default disallow 'rsh' and 'rcp' to the 'root' user.  You need to modify /etc/securetty, and add an 'rlogin' entry.&lt;BR /&gt;&lt;BR /&gt;Show us what's happening.</description>
      <pubDate>Tue, 24 Dec 2002 05:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-rcp/m-p/2869339#M3140</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-12-24T05:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with RCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-rcp/m-p/2869340#M3141</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;check the following link&lt;BR /&gt;&lt;A href="http://www.snailbook.com/faq/libwrap-oops.auto.html" target="_blank"&gt;http://www.snailbook.com/faq/libwrap-oops.auto.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Dec 2002 07:22:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-rcp/m-p/2869340#M3141</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2002-12-26T07:22:53Z</dc:date>
    </item>
  </channel>
</rss>

