<?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 remsh login incorrect in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-login-incorrect/m-p/2793132#M80302</link>
    <description>I am trying to remsh from one hpux machine to another. I get the message: remshd: Login incorrect. Both are running 11.00. As far as I can tell the inetd.conf and .rhosts file on the&lt;BR /&gt;target machine are correctly configured. I can rlogin to the target, but I have to supply a password, so it leads me to believe there is still a problem with the .rhosts file. I am also running a trusted system.</description>
    <pubDate>Fri, 23 Aug 2002 20:33:18 GMT</pubDate>
    <dc:creator>John Carver</dc:creator>
    <dc:date>2002-08-23T20:33:18Z</dc:date>
    <item>
      <title>remsh login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-login-incorrect/m-p/2793132#M80302</link>
      <description>I am trying to remsh from one hpux machine to another. I get the message: remshd: Login incorrect. Both are running 11.00. As far as I can tell the inetd.conf and .rhosts file on the&lt;BR /&gt;target machine are correctly configured. I can rlogin to the target, but I have to supply a password, so it leads me to believe there is still a problem with the .rhosts file. I am also running a trusted system.</description>
      <pubDate>Fri, 23 Aug 2002 20:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-login-incorrect/m-p/2793132#M80302</guid>
      <dc:creator>John Carver</dc:creator>
      <dc:date>2002-08-23T20:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: remsh login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-login-incorrect/m-p/2793133#M80303</link>
      <description>in your .rhosts file who is allowed to log in ? For example .. &lt;BR /&gt;&lt;BR /&gt;hosta + # means everyone can log in&lt;BR /&gt;&lt;BR /&gt;hostb root # only root can log in &lt;BR /&gt;&lt;BR /&gt;if you are logged in as user1 and trying to do a remsh to hostb .. it wont work because only root can log in. &lt;BR /&gt;&lt;BR /&gt;and check and in /etc/inet.conf &lt;BR /&gt;the following should be uncommented: &lt;BR /&gt;&lt;BR /&gt;shell stream tcp nowait root /usr/lbin/remshd remshd &lt;BR /&gt;&lt;BR /&gt;kshell stream tcp nowait root /usr/lbin/remshd remshd -K &lt;BR /&gt;klogin stream tcp nowait root /usr/lbin/rlogind rlogind -K &lt;BR /&gt;&lt;BR /&gt;after you uncomment them do &lt;BR /&gt;inetd -c &lt;BR /&gt;to reread the file and accept the changes</description>
      <pubDate>Fri, 23 Aug 2002 20:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-login-incorrect/m-p/2793133#M80303</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-08-23T20:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: remsh login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-login-incorrect/m-p/2793134#M80304</link>
      <description>Could it be possible that the /etc/files contain incorrect information about the servers you are using.  Perhaps an IP address is wrong or the servers are not there ?&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 20:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-login-incorrect/m-p/2793134#M80304</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-08-23T20:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: remsh login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-login-incorrect/m-p/2793135#M80305</link>
      <description>There are 2 parts to the 'r' command picture (r-commands = rlogin, remsh and rcp):&lt;BR /&gt;&lt;BR /&gt;1. The hostname that you store in .rhosts must be resolvable by the machine receiving the request (the target machine). You *must* be able to resolve 2 ways: by hostname and by reverse DNS using the IP address. If either fails, r-commands will fail (ie, ask for passwd)&lt;BR /&gt;&lt;BR /&gt;2. The permissions for .rhosts must be 600 (no read or write by anyone else).&lt;BR /&gt;&lt;BR /&gt;The r-commands are by their very nature, a security risk so they do what they can to verify the connection is OK.</description>
      <pubDate>Fri, 23 Aug 2002 23:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-login-incorrect/m-p/2793135#M80305</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-08-23T23:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: remsh login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-login-incorrect/m-p/2793136#M80306</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You want to remsh from A machine to B machine. Does B machine has the same username of A that execute the remsh command. If not, you have to specific the '-l' option with remsh command.&lt;BR /&gt;&lt;BR /&gt;Here is my working examples of two of my systems that have two different users execute the remsh command.&lt;BR /&gt;&lt;BR /&gt;ppatc@[machine A]:/home/ppatc &amp;gt;&lt;BR /&gt;&amp;gt; remsh B ls&lt;BR /&gt;remshd: Login incorrect.&lt;BR /&gt;ppatc@[machine A]:/home/ppatc &amp;gt;&lt;BR /&gt;&amp;gt; remsh B -l dpatc ls -x&lt;BR /&gt;backup.d    bin         diff2.txt             html        log         sql&lt;BR /&gt;test        tmp&lt;BR /&gt;&lt;BR /&gt;And the content of ~dpatc/.rhosts in machine B should contain the following line&lt;BR /&gt;&lt;BR /&gt;&lt;MACHINE a=""&gt; ppatc&lt;BR /&gt;&lt;BR /&gt;Hope this help !!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick&lt;/MACHINE&gt;</description>
      <pubDate>Sat, 24 Aug 2002 02:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-login-incorrect/m-p/2793136#M80306</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2002-08-24T02:01:14Z</dc:date>
    </item>
  </channel>
</rss>

