<?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: rcp command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743956#M68420</link>
    <description>If you are trying this as root and have /etc/securetty set to console, then you won't be able to rcp or rlogin.&lt;BR /&gt;If its another user then check the host lookup settings using nslookup.&lt;BR /&gt;If you are using NIS or NIS+, then ensure that all recent changes have been propogated.&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Jun 2002 11:19:42 GMT</pubDate>
    <dc:creator>Steve Lewis</dc:creator>
    <dc:date>2002-06-13T11:19:42Z</dc:date>
    <item>
      <title>rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743954#M68418</link>
      <description>I am trying to rcp from an 11.0 box to an 11.i box and I keep getting, remshd: login incorrect.&lt;BR /&gt;My .rhosts file is in place on both systems and my hosts files on both system recognize each other.  I have also reset the passwd on both hosts to be the same and I am still getting this error message.  Any suggestions</description>
      <pubDate>Thu, 13 Jun 2002 11:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743954#M68418</guid>
      <dc:creator>Donna Powell</dc:creator>
      <dc:date>2002-06-13T11:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743955#M68419</link>
      <description>Hi Donna,&lt;BR /&gt;&lt;BR /&gt;Can you do an rlogin from one host to the other?&lt;BR /&gt;&lt;BR /&gt;The .rhost file are in the user home directory?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Thu, 13 Jun 2002 11:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743955#M68419</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-06-13T11:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743956#M68420</link>
      <description>If you are trying this as root and have /etc/securetty set to console, then you won't be able to rcp or rlogin.&lt;BR /&gt;If its another user then check the host lookup settings using nslookup.&lt;BR /&gt;If you are using NIS or NIS+, then ensure that all recent changes have been propogated.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 11:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743956#M68420</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2002-06-13T11:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743957#M68421</link>
      <description>Hi Donna,&lt;BR /&gt;&lt;BR /&gt;It's probably a name resolution issue.  Try this:&lt;BR /&gt;rlogin to the remote system, even if you have to give the password.&lt;BR /&gt;Run "who am i -u".  Note the last field.  It is how the remote system knows the system you "rlogin-ed" from.  That's the name you need to specify in your .rhosts file on the remote system.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 13 Jun 2002 11:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743957#M68421</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-06-13T11:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743958#M68422</link>
      <description>[Only the .rhosts file on the remote machine is relevant.]&lt;BR /&gt;&lt;BR /&gt;The .rhosts file should be owned by the user in whose home directory it is, i.e. ~franks/.rhosts should be owned (UID) by franks.&lt;BR /&gt;&lt;BR /&gt;You can (temporarily) eliminate name-resolution problems by using IP-addresses, i.e. both in the .rhosts file and in the rcp(1) command.&lt;BR /&gt;&lt;BR /&gt;General: rcp(1), rlogin(1) and remsh(1) all use .rhosts (or hosts.equiv), so if you have a problem with one of those, it is best to use a very simple command like:&lt;BR /&gt;&lt;BR /&gt;remsh remote_host date&lt;BR /&gt;&lt;BR /&gt;That should *not* ask for a password and should return the date/time. If so, .rhosts c.q. hosts.equiv is OK.</description>
      <pubDate>Thu, 13 Jun 2002 11:51:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743958#M68422</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-06-13T11:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743959#M68423</link>
      <description>telnet/rlogin from one box to other &amp;amp; do &lt;BR /&gt;&lt;BR /&gt;who -u&lt;BR /&gt;&lt;BR /&gt;The last column is where you came from, put that in the .rhosts&lt;BR /&gt;&lt;BR /&gt;Repeat the in reverse if you wish&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 13 Jun 2002 12:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743959#M68423</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-13T12:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743960#M68424</link>
      <description>Addtion to Franks post:&lt;BR /&gt;&lt;BR /&gt;"The .rhosts file should be owned by the user in whose home directory it is ..."&lt;BR /&gt;&lt;BR /&gt;AND&lt;BR /&gt;it has to readable by group and world&lt;BR /&gt;AND&lt;BR /&gt;it must not(!) be writeable by group and world.&lt;BR /&gt;(-rw-r--r--)&lt;BR /&gt;&lt;BR /&gt;Hartmut</description>
      <pubDate>Thu, 13 Jun 2002 12:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743960#M68424</guid>
      <dc:creator>Hartmut Lang</dc:creator>
      <dc:date>2002-06-13T12:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743961#M68425</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The remshd dameon is started by inetd, so you wouldn't see it running all the time. The fact that the user got a "Login incorrect" means that the user has connected the remshd daemon on the remote host but the authentication failed, either because the /etc/hosts.equiv, .rhosts files don't exist/are wrong or no password entry exists for the user on the remote machine. Typically if everything else is correct, this winds up being a hostname lookup issue. Try specifying the IP address in the .rhosts file and then try the FQHN (hostname.domain) and finally just the hostname. &lt;BR /&gt;&lt;BR /&gt;Try reverse looking up the IP address of the client system and using whatever is returned first in .rhosts on the server. If the client is multi-homed ensure you've got the IP address of the correct interface. &lt;BR /&gt;&lt;BR /&gt;Piyush&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 12:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-command/m-p/2743961#M68425</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-13T12:26:40Z</dc:date>
    </item>
  </channel>
</rss>

