<?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: rlogin is working but remsh is not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176738#M459178</link>
    <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;If system1 to system10 does not work then the issue is on system10.&lt;BR /&gt;Many things need to happen on system10.&lt;BR /&gt;&lt;BR /&gt;1) remsh needs to be configured in inetd.conf&lt;BR /&gt;2) if inetd.sec is being used then remsh needs to be allowed from system1 and others.&lt;BR /&gt;3) .rhost file on system10 must be configured properly. If using hostnames then /etc/hosts must be configured correctly for system1.&lt;BR /&gt;4) If there is a firewall between system1 and system10 then the firewall needs to be configured correctly.&lt;BR /&gt;5) What are the permissions on the .rhosts file on the system10 that is not working? The permissions should be 600 (-rw-------)&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
    <pubDate>Sun, 24 May 2009 06:09:17 GMT</pubDate>
    <dc:creator>Kranti Mahmud</dc:creator>
    <dc:date>2009-05-24T06:09:17Z</dc:date>
    <item>
      <title>rlogin is working but remsh is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176732#M459172</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt; i am able to rloin system1 from system10 with out prompting for password. but i am not able  to run remsh in separate or in script.&lt;BR /&gt;&lt;BR /&gt;I am getting following error when trying to run remsh from system10&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;&lt;BR /&gt;root@system10:/root &amp;gt; remsh system1 -n grep ze4egi /etc/passwd&lt;BR /&gt;remshd: Login incorrect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But i am able to rlogin in to system10 successfully.&lt;BR /&gt;&lt;BR /&gt;inetd.conf file of system 1&lt;BR /&gt;&lt;BR /&gt;login        stream tcp nowait root /usr/lbin/rlogind  rlogind&lt;BR /&gt;shell        stream tcp nowait root /usr/lbin/remshd   remshd&lt;BR /&gt;exec         stream tcp nowait root /usr/lbin/rexecd   rexecd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to solve this problem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 May 2009 14:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176732#M459172</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2009-05-21T14:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin is working but remsh is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176733#M459173</link>
      <description>Same suggestion as your other rlogin question:  Have you verified that root's home directory is  set to the same location in both /etc/passwd files?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 21 May 2009 14:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176733#M459173</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-05-21T14:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin is working but remsh is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176734#M459174</link>
      <description>Since you seem to be doing a lot of remote operations, I need to reinforce my suggestion of using ssh instead of the insecure r- daemons, as in rexecd, remshd.&lt;BR /&gt;&lt;BR /&gt;You will realize, life is much simpler once you set up your working key pairs.</description>
      <pubDate>Thu, 21 May 2009 14:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176734#M459174</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-05-21T14:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin is working but remsh is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176735#M459175</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you checked inetd.sec file ?&lt;BR /&gt;&lt;BR /&gt;inetd.sec is a file that can be used to restict access of inetd services (ftp, telnet, rlogin etc) to particular networks. The file is found at /var/adm/inetd.sec. If this file does not exist then inetd services are open to all ip addresses.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Fri, 22 May 2009 03:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176735#M459175</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-22T03:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin is working but remsh is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176736#M459176</link>
      <description>what is the format of this file.</description>
      <pubDate>Sat, 23 May 2009 12:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176736#M459176</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2009-05-23T12:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin is working but remsh is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176737#M459177</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Answer to your last query:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/inetd.sec.4.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/inetd.sec.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90685/ch02s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90685/ch02s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90774/ch02s02.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90774/ch02s02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 24 May 2009 05:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176737#M459177</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-24T05:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin is working but remsh is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176738#M459178</link>
      <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;If system1 to system10 does not work then the issue is on system10.&lt;BR /&gt;Many things need to happen on system10.&lt;BR /&gt;&lt;BR /&gt;1) remsh needs to be configured in inetd.conf&lt;BR /&gt;2) if inetd.sec is being used then remsh needs to be allowed from system1 and others.&lt;BR /&gt;3) .rhost file on system10 must be configured properly. If using hostnames then /etc/hosts must be configured correctly for system1.&lt;BR /&gt;4) If there is a firewall between system1 and system10 then the firewall needs to be configured correctly.&lt;BR /&gt;5) What are the permissions on the .rhosts file on the system10 that is not working? The permissions should be 600 (-rw-------)&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Sun, 24 May 2009 06:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176738#M459178</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2009-05-24T06:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin is working but remsh is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176739#M459179</link>
      <description>Hello Senthil,&lt;BR /&gt;&lt;BR /&gt;this document may help you to find out solusion, go through it, thanks, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90827/ch05s02.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90827/ch05s02.html&lt;/A&gt;</description>
      <pubDate>Mon, 25 May 2009 00:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176739#M459179</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-25T00:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin is working but remsh is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176740#M459180</link>
      <description>Hi,&lt;BR /&gt;see the output of a inetd.sec file&lt;BR /&gt;&lt;BR /&gt;# inetd.sec -- this inetd.sec contains the minimum security needed&lt;BR /&gt;# inside HP on the 15 network.&lt;BR /&gt;# For the 192.170.74.0 network/netmask 255.255.255.128 (ffffff80)&lt;BR /&gt;# entries shoud be similar to this&lt;BR /&gt;# telnet allow 127.0.0.1 192.170.74.0-127 15.13.146-147.*&lt;BR /&gt;# this will only allow the OSD-15- and the 192.170.74.0/ffffff80-&lt;BR /&gt;# networks to use the services.&lt;BR /&gt;ftp allow 15.* 127.0.0.1 192.170.74.* 192.170.84.*&lt;BR /&gt;telnet allow 15.* 127.0.0.1 192.170.74.* 192.170.84.*&lt;BR /&gt;login allow 15.* 127.0.0.1 192.170.74.* 192.170.84.*&lt;BR /&gt;shell allow 15.* 127.0.0.1 192.170.74.* 192.170.84.*&lt;BR /&gt;exec allow 15.* 127.0.0.1 192.170.74.* 192.170.84.*&lt;BR /&gt;omni allow 15.* 127.0.0.1 192.170.74.* 192.170.84.*&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Mon, 25 May 2009 05:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176740#M459180</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-25T05:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin is working but remsh is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176741#M459181</link>
      <description>Hi  Kumar !! &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;First you should put related problems in the same threath !! &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;second Please check also your /etc/hosts &lt;BR /&gt;&lt;BR /&gt;if you want thas system1 connect to system2 your /etc/hosts of the system2 should look like this:&lt;BR /&gt;&lt;BR /&gt;xx.xx.xx.xx     system2.domain.com system2 xx.xx.xx.xx     system1.domain.com system1&lt;BR /&gt;127.0.0.1       localhost       loopback&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards !!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 May 2009 12:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176741#M459181</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2009-05-28T12:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin is working but remsh is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176742#M459182</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am closing this thread.</description>
      <pubDate>Thu, 25 Jun 2009 16:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-is-working-but-remsh-is-not-working/m-p/5176742#M459182</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2009-06-25T16:56:40Z</dc:date>
    </item>
  </channel>
</rss>

