<?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: problems with rcp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459951#M13797</link>
    <description>Okay, I got it, Thanks for all the great answers! Tim, I took your warning seriously and removed the .rhosts files after I was done.  Thanks again!</description>
    <pubDate>Tue, 31 Oct 2000 19:53:16 GMT</pubDate>
    <dc:creator>Greta Blamire</dc:creator>
    <dc:date>2000-10-31T19:53:16Z</dc:date>
    <item>
      <title>problems with rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459945#M13791</link>
      <description>I'm trying to rcp to work between a couple of my servers, they are both on 11.0.  One is a K series, the other an R.  I understood the man page on rcp that the user has to be on both system with the same password.  I have done this, but it still gives me a invalid login error when I attempt to rcp.  The syntax I'm using is:&lt;BR /&gt;#rcp *dml root@dev:/u01/fserrano&lt;BR /&gt; Another possible aspect of the problem is when I attempt a rlogin with root between the two servers it asks me for the password even though it is the same.  I think if I can get rlogin to not ask for a password, then rcp would also work.  Thanks for your help!</description>
      <pubDate>Tue, 31 Oct 2000 17:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459945#M13791</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2000-10-31T17:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: problems with rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459946#M13792</link>
      <description>You need to set up .rhosts to allow remote operation without a password.  You could use /etc/hosts.equiv also but that won't work for root.&lt;BR /&gt;&lt;BR /&gt;Do a man on .rhosts</description>
      <pubDate>Tue, 31 Oct 2000 17:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459946#M13792</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2000-10-31T17:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: problems with rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459947#M13793</link>
      <description>You will need to have a .rhosts file in the / (root) directory that has root in it.  That should help the rcp/rlogin problems.  Check the man page on .rhosts for more ways to tighten security on that.&lt;BR /&gt;&lt;BR /&gt;They syntax I generally use for rcp is 'rcp file machine:/directory/file'.  I haven't used the user@machine:/directory syntax.</description>
      <pubDate>Tue, 31 Oct 2000 17:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459947#M13793</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2000-10-31T17:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: problems with rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459948#M13794</link>
      <description>Greta,&lt;BR /&gt;&lt;BR /&gt;If the user doing the rcp has a .rhosts file in their home directory (root included), then you won't get the password prompt.  The .rhosts file contains the names of the systems that the user can access without a password (using rlogin, rcp, etc...) from that server.&lt;BR /&gt;&lt;BR /&gt;.rhosts on ServerA would include:&lt;BR /&gt;ServerB username&lt;BR /&gt;ServerB.domain.com username&lt;BR /&gt;&lt;BR /&gt;.rhosts on ServerB would include:&lt;BR /&gt;ServerA username&lt;BR /&gt;ServerB.domain.com username&lt;BR /&gt;&lt;BR /&gt;Please note that using a .rhosts file is incredibly UNSAFE with regards to system security, especially if you have them for the root account.  You can also check out the /etc/hosts.equiv file man pages for more info.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Tim&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Oct 2000 17:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459948#M13794</guid>
      <dc:creator>Timothy Czarnik</dc:creator>
      <dc:date>2000-10-31T17:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: problems with rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459949#M13795</link>
      <description>&lt;BR /&gt;You want to get remsh &lt;REMOTE host=""&gt; &lt;COMMAND&gt; to work without a password. Then you will be able to use rcp.&lt;BR /&gt;&lt;BR /&gt;No, you dont need the passwords on both systems to be the same. It doesnt matter what the passwords are.&lt;BR /&gt;&lt;BR /&gt;You want to setup a .rhosts file in the home dir of the user you use to remsh or rcp to the remote server. See man rhosts&lt;BR /&gt;&lt;/COMMAND&gt;&lt;/REMOTE&gt;</description>
      <pubDate>Tue, 31 Oct 2000 17:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459949#M13795</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-10-31T17:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: problems with rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459950#M13796</link>
      <description>Ooops!  In my earlier description of the .rhosts file I had a mistype.  It should actually be&lt;BR /&gt;&lt;BR /&gt;.rhosts on ServerA would include: &lt;BR /&gt;ServerB username &lt;BR /&gt;ServerB.domain.com username &lt;BR /&gt;&lt;BR /&gt;.rhosts on ServerB would include: &lt;BR /&gt;ServerA username &lt;BR /&gt;ServerA.domain.com username &lt;BR /&gt;&lt;BR /&gt;I apologize for this!&lt;BR /&gt;&lt;BR /&gt;-Tim&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Oct 2000 18:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459950#M13796</guid>
      <dc:creator>Timothy Czarnik</dc:creator>
      <dc:date>2000-10-31T18:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: problems with rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459951#M13797</link>
      <description>Okay, I got it, Thanks for all the great answers! Tim, I took your warning seriously and removed the .rhosts files after I was done.  Thanks again!</description>
      <pubDate>Tue, 31 Oct 2000 19:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459951#M13797</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2000-10-31T19:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: problems with rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459952#M13798</link>
      <description>An .rhosts file is not inherently unsafe.  So long as permissions are kept locked down properly, an .rhosts file provides no avenue for easy penetration to a system.&lt;BR /&gt;&lt;BR /&gt;What it does do, however, is increase the risk that a single penetration will compromise multiple servers.  Many admins also do not like users to maintain individual .rhosts netries because it places that user in the position of gatekeeper to system access.  Theoretically, this is no more of a risk than allowing the user to know his own password, but on a practical level mst users are more likely to be careless with an .rhosts entry than with their password.&lt;BR /&gt;&lt;BR /&gt;For myself, I simply make it a point to alert whenever an .rhosts file has been changed and verify that the change does not openthe account to anyone it shouldn't.</description>
      <pubDate>Tue, 31 Oct 2000 20:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-rcp/m-p/2459952#M13798</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-10-31T20:05:53Z</dc:date>
    </item>
  </channel>
</rss>

