<?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: remsh  &amp;quot;login Incorrect &amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400585#M863133</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;While you are doing 'tail -f syslog.log', try to telnet or rlogin to it from umatv008 and see how the host appears in syslog.log.&lt;BR /&gt;&lt;BR /&gt;Add that to your .rhosts and it should work.&lt;BR /&gt;&lt;BR /&gt;To turn off connection logging, run 'inetd -l' again and watch for the message 'connection logging disabled' in syslog.log.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Thu, 14 Oct 2004 17:40:53 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-10-14T17:40:53Z</dc:date>
    <item>
      <title>remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400573#M863121</link>
      <description>I have created a user id (ssur) to test the command remsh is working or not ... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when we are giving the full option it is not taking &lt;BR /&gt;&lt;BR /&gt;uamtv008 $ remsh express001 -l ssur -n hpp_get_sxdata.prg &lt;BR /&gt;remshd: Login incorrect. &lt;BR /&gt;&lt;BR /&gt;But when i m giving &lt;BR /&gt;remsh express001 -l ssur &lt;BR /&gt;then it will ask me the password and after entering the password  i will able to access the server &lt;BR /&gt;&lt;BR /&gt;so What is wrong on that particular command &lt;BR /&gt;uamtv008 $ remsh express001 -l ssur -n hpp_get_sxdata.prg &lt;BR /&gt;remshd: Login incorrect. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where i have to check ?&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 16:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400573#M863121</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2004-10-14T16:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400574#M863122</link>
      <description>remsh is not configured the way it should be.&lt;BR /&gt;&lt;BR /&gt;when you run remsh system should not prompt you for the password. &lt;BR /&gt;&lt;BR /&gt;.rhosts file should be configured to run remsh correctly.&lt;BR /&gt;&lt;BR /&gt;You can use ftp instead.&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 16:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400574#M863122</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2004-10-14T16:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400575#M863123</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In the first case you are asking remsh to run a command on the remote server. So, it will check for .rhosts authenticity and will fail if it is not configured.&lt;BR /&gt;&lt;BR /&gt;In the second case where you are not specifying a command it will actually act like rlogin.&lt;BR /&gt;&lt;BR /&gt;Look at man page for more information.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 14 Oct 2004 17:00:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400575#M863123</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-14T17:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400576#M863124</link>
      <description>I believe that is how remsh works.&lt;BR /&gt;&lt;BR /&gt;If you dont have a .rhosts or /etc/hosts.equiv file configured in the remote system, remsh &lt;SERVER-NAME&gt; will prompt you for the password.&lt;BR /&gt;&lt;BR /&gt;remsh &lt;SERVERNAME&gt; &lt;COMMAND&gt; will return login incorrect.&lt;BR /&gt;&lt;BR /&gt;You need to configure .rhosts file in the remote system&lt;BR /&gt;&lt;BR /&gt;In the remote host&lt;BR /&gt;&lt;BR /&gt;# su - ssur&lt;BR /&gt;$ vi .rhosts&lt;BR /&gt;&lt;YOURHOSTNAME&gt; &lt;USERNAME&gt;&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Now try remsh from your host.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/USERNAME&gt;&lt;/YOURHOSTNAME&gt;&lt;/COMMAND&gt;&lt;/SERVERNAME&gt;&lt;/SERVER-NAME&gt;</description>
      <pubDate>Thu, 14 Oct 2004 17:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400576#M863124</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-14T17:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400577#M863125</link>
      <description>I have put the entry in remote server i.e. "express001 " .rhosts file like that &lt;BR /&gt;&lt;BR /&gt;uamtv008 exposx&lt;BR /&gt;&lt;BR /&gt;But is is not working&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 17:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400577#M863125</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2004-10-14T17:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400578#M863126</link>
      <description>Is this line in /etc/inetd.conf file like this or has it a '#' in front?&lt;BR /&gt;&lt;BR /&gt;shell        stream tcp nowait root /usr/lbin/remshd   remshd</description>
      <pubDate>Thu, 14 Oct 2004 17:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400578#M863126</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-10-14T17:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400579#M863127</link>
      <description>I do not understand &lt;BR /&gt;&lt;BR /&gt;When i m giving remsh express001 -l ssur  then it is asking me the password and i m able to login .&lt;BR /&gt;&lt;BR /&gt;But when i m giving -n option and using command then it is giving the "Login In correct" &lt;BR /&gt;&lt;BR /&gt; Although on the remote hosts "express001" it has the entry  of rhosts file &lt;BR /&gt;uamtv008 exposx&lt;BR /&gt; I wonder WHY !!!!</description>
      <pubDate>Thu, 14 Oct 2004 17:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400579#M863127</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2004-10-14T17:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400580#M863128</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On 'express001', make sure uamtv008 is properly getting resolved. To verify it run 'inetd' with connection logging and observe syslog.log while connecting to expresss001 from uamtv008. &lt;BR /&gt;&lt;BR /&gt;#inetd -l&lt;BR /&gt;#tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Take another window and logon to umatv008.&lt;BR /&gt;&lt;BR /&gt;uamtv008$remsh express001 -l ssur -n hpp_get_sxdata.prg &lt;BR /&gt;&lt;BR /&gt;Observe the hostname that is appearing in the syslog.log of express001 and add it to .rhosts file.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 14 Oct 2004 17:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400580#M863128</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-14T17:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400581#M863129</link>
      <description>on the remote hosts it is like that in /etc/inetd.conf&lt;BR /&gt;shell        stream tcp nowait root /usr/lbin/remshd   remshd&lt;BR /&gt;&lt;BR /&gt;and on my server &lt;BR /&gt;shell        stream tcp nowait root /usr/lbin/remshd   remshd&lt;BR /&gt;&lt;BR /&gt;No # before that&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 17:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400581#M863129</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2004-10-14T17:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400582#M863130</link>
      <description>You will have to make sure that the remote host is able to resolve your host name "uamtv008"&lt;BR /&gt;&lt;BR /&gt;From your remote host&lt;BR /&gt;&lt;BR /&gt;# getip uamtv008&lt;BR /&gt;# ping uamtv008&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 17:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400582#M863130</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-14T17:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400583#M863131</link>
      <description>Oct 14 18:13:15 uapkb086 ftpd[266]: FTP LOGIN FROM 3.77.125.5 [3.77.125.5], expo&lt;BR /&gt;data&lt;BR /&gt;Oct 14 18:13:16 uapkb086 ftpd[266]: FTP session closed&lt;BR /&gt;Oct 14 18:13:24 uapkb086 : su : + ttyp1 root-ssur&lt;BR /&gt;Oct 14 18:18:29 uapkb086 ftpd[2113]: FTP LOGIN FROM 3.77.76.126 [3.77.76.126], e&lt;BR /&gt;xpodata&lt;BR /&gt;Oct 14 18:18:30 uapkb086 ftpd[2113]: FTP session closed&lt;BR /&gt;Oct 14 18:20:15 uapkb086 ftpd[2799]: FTP LOGIN FROM 3.77.125.160 [3.77.125.160],&lt;BR /&gt; expodata&lt;BR /&gt;Oct 14 18:20:16 uapkb086 ftpd[2799]: FTP session closed&lt;BR /&gt;Oct 14 18:23:51 uapkb086 : su : + ttyp1 root-exposx&lt;BR /&gt;Oct 14 18:24:52 uapkb086 ftpd[3782]: FTP LOGIN FROM 3.77.125.5 [3.77.125.5], exp&lt;BR /&gt;odata&lt;BR /&gt;Oct 14 18:24:53 uapkb086 ftpd[3782]: FTP session closed</description>
      <pubDate>Thu, 14 Oct 2004 17:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400583#M863131</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2004-10-14T17:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400584#M863132</link>
      <description>just run the command &lt;BR /&gt;&lt;BR /&gt;â ¥$ getip uamtv008&lt;BR /&gt;3.77.79.197&lt;BR /&gt;also able to pin</description>
      <pubDate>Thu, 14 Oct 2004 17:32:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400584#M863132</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2004-10-14T17:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400585#M863133</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;While you are doing 'tail -f syslog.log', try to telnet or rlogin to it from umatv008 and see how the host appears in syslog.log.&lt;BR /&gt;&lt;BR /&gt;Add that to your .rhosts and it should work.&lt;BR /&gt;&lt;BR /&gt;To turn off connection logging, run 'inetd -l' again and watch for the message 'connection logging disabled' in syslog.log.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 14 Oct 2004 17:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400585#M863133</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-14T17:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400586#M863134</link>
      <description>Still the problem is not solved .&lt;BR /&gt;&lt;BR /&gt;Is there any way to do the thing which remsh service is executing ...&lt;BR /&gt;===========================&lt;BR /&gt;remsh express001&amp;lt;&lt;SERVER&gt;&amp;gt; -l ssur&amp;lt;&lt;USER id=""&gt;&amp;gt; -n hpp_get_sxdata.prg&amp;lt;&lt;COMMAND of="" remote="" server=""&gt;&amp;gt;&lt;BR /&gt;=============================&lt;BR /&gt;&lt;BR /&gt;I have tried rlogin but  I am not able to format the syntax like that .&lt;BR /&gt;&lt;/COMMAND&gt;&lt;/USER&gt;&lt;/SERVER&gt;</description>
      <pubDate>Fri, 15 Oct 2004 09:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400586#M863134</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2004-10-15T09:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400587#M863135</link>
      <description>Hi Subrata,&lt;BR /&gt;&lt;BR /&gt;I will try again.&lt;BR /&gt;&lt;BR /&gt;1. Enable connection logging on express001. 'inetd -l'. Watch for the entry 'connection logging enabled' in your /var/adm/syslog/syslog.log file for conformation. Do a 'tail -f /var/adm/syslog/syslog.log'&lt;BR /&gt;&lt;BR /&gt;2. Now connect to express001 from uamtv008 through either telnet or rlogin.&lt;BR /&gt;&lt;BR /&gt;uamtv008$rlogin express001&lt;BR /&gt;&lt;DON&gt;&lt;BR /&gt;&lt;BR /&gt;3. Watch your 'tail -f ' session on express001. You should see a line like "connection from &lt;SOMETHING&gt;&lt;/SOMETHING&gt;&lt;BR /&gt;4. See if that 'something' is uamtv008. If not that explains why your remsh is not working. Add that 'something' to your .rhosts file and then try your original 'remsh' command.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/DON&gt;</description>
      <pubDate>Fri, 15 Oct 2004 09:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400587#M863135</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-15T09:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400588#M863136</link>
      <description>If you are not so particular about security issue,  put the following entry into your ~/.rhosts file&lt;BR /&gt;+ ssur&lt;BR /&gt;&lt;BR /&gt;and then try the remsh command&lt;BR /&gt;and see if that works. Let me ask you is the user ssur is having a common home directory on both these workstations uamtv008 and express001? Do you use NIS or local password authentication?  If ssur on these two machines is different then you would have to place the "+ ssur" in the homedirectory of ssur on expres001.&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;Govind</description>
      <pubDate>Fri, 15 Oct 2004 14:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400588#M863136</guid>
      <dc:creator>Govind_3</dc:creator>
      <dc:date>2004-10-15T14:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400589#M863137</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You must also make sure the host you are comming from is resolvable from the host you are going to.  In other words, express001 must be able to resolve the hostname of uamtv008.  It can do this either through the local /etc/hosts file, NIS or DNS, depending on your /etc/nsswitch.conf file.  Otherwise, even if you have .rhosts or /etc/hosts.equiv set up correctly, express001 still cannot resolve uamtv008.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mark</description>
      <pubDate>Mon, 18 Oct 2004 08:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400589#M863137</guid>
      <dc:creator>Mark Ellzey</dc:creator>
      <dc:date>2004-10-18T08:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: remsh  "login Incorrect "</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400590#M863138</link>
      <description>We have change the .rhosts file on express001 (i.e. remote host ) and put an entry of userid and server name of this file whichy is not there . After that we try and it WORKS . Thanx all for all the suggestion to get rid of this problem</description>
      <pubDate>Mon, 18 Oct 2004 08:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-quot-login-incorrect-quot/m-p/3400590#M863138</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2004-10-18T08:47:23Z</dc:date>
    </item>
  </channel>
</rss>

