<?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 remsh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699335#M549441</link>
    <description>Thank you. This is most helpful.  &lt;BR /&gt;&lt;BR /&gt;Now, the problem is, I cannot remsh as root. Even if I give the right login information. It just keeps asking for the password. I think there is a variable somewhere that I can set to allow root logins via remsh, is that so?</description>
    <pubDate>Wed, 28 Dec 2005 18:22:01 GMT</pubDate>
    <dc:creator>dictum9</dc:creator>
    <dc:date>2005-12-28T18:22:01Z</dc:date>
    <item>
      <title>Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699331#M549437</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;WhenI try to run remsh, I get the following error message. Why is this happening. I have the right entry in /etc/inetd.conf.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# remsh sbda1       &lt;BR /&gt;rlogin: login/tcp: Unknown service&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Dec 2005 17:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699331#M549437</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2005-12-28T17:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699332#M549438</link>
      <description>Its because of /etc/services file.&lt;BR /&gt;See that you have proper entries in /etc/services for &lt;BR /&gt;exec         512/tcp                 # remote execution, passwd required&lt;BR /&gt;login        513/tcp                 # remote login&lt;BR /&gt;who          513/udp  whod           # remote who and uptime&lt;BR /&gt;shell        514/tcp  cmd            # remote command, no passwd used&lt;BR /&gt;&lt;BR /&gt;Check that none are commented.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
      <pubDate>Wed, 28 Dec 2005 17:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699332#M549438</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2005-12-28T17:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699333#M549439</link>
      <description>Are you talking the local /etc/services or the /etc/services on the machine I am trying to connect to?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Dec 2005 17:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699333#M549439</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2005-12-28T17:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699334#M549440</link>
      <description>Sorry for the confusion.&lt;BR /&gt;I am talking about the /etc/services file on the remote machine where you are trying to remsh</description>
      <pubDate>Wed, 28 Dec 2005 18:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699334#M549440</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2005-12-28T18:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699335#M549441</link>
      <description>Thank you. This is most helpful.  &lt;BR /&gt;&lt;BR /&gt;Now, the problem is, I cannot remsh as root. Even if I give the right login information. It just keeps asking for the password. I think there is a variable somewhere that I can set to allow root logins via remsh, is that so?</description>
      <pubDate>Wed, 28 Dec 2005 18:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699335#M549441</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2005-12-28T18:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699336#M549442</link>
      <description>for remsh to work as root without prompting for password you need to put the hostname (source hostname) either in /etc/hosts.equiv file or .rhosts file in the home directory of root user on the destination server.</description>
      <pubDate>Wed, 28 Dec 2005 18:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699336#M549442</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2005-12-28T18:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699337#M549443</link>
      <description>That was the problem. I knew about $HOME/.rhosts but I put in a FQDN. It did not work with the FQDN.  When I added the simple hostname, it worked. DNS issue.</description>
      <pubDate>Wed, 28 Dec 2005 20:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699337#M549443</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2005-12-28T20:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699338#M549444</link>
      <description>OK, another issue - remsh works, but rlogin doesn't. What's a valid entry in the /etc/services file?&lt;BR /&gt;&lt;BR /&gt;rlogin: login/tcp: Unknown service</description>
      <pubDate>Wed, 28 Dec 2005 20:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699338#M549444</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2005-12-28T20:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699339#M549445</link>
      <description>All the ones listed above i.e&lt;BR /&gt;exec 512/tcp &lt;BR /&gt;login 513/tcp &lt;BR /&gt;who 513/udp whod &lt;BR /&gt;shell 514/tcp cmd&lt;BR /&gt;&lt;BR /&gt;And if you are using Kerberos authentication then &lt;BR /&gt;klogin       543/tcp &lt;BR /&gt;eklogin     2105/tcp &lt;BR /&gt;&lt;BR /&gt;Should be enabled on the destination server in /etc/services.</description>
      <pubDate>Wed, 28 Dec 2005 21:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699339#M549445</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2005-12-28T21:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699340#M549446</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Aside from '/etc/services' make sure that you have a line like this in '/etc/inetd.conf' :&lt;BR /&gt;&lt;BR /&gt;login stream tcp nowait root /usr/lbin/rlogind rlogind&lt;BR /&gt;&lt;BR /&gt;If it is commented-out; un-comment it; and re-read 'inetd' thusly:&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 28 Dec 2005 21:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699340#M549446</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-12-28T21:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699341#M549447</link>
      <description>Check all services in /etc/services related with remsh and rlogin.&lt;BR /&gt;&lt;BR /&gt;exec         512/tcp                 # remote execution, passwd required&lt;BR /&gt;login        513/tcp                 # remote login&lt;BR /&gt;shell        514/tcp  cmd            # remote command, no passwd used&lt;BR /&gt;&lt;BR /&gt;Three must be there on remote machine.&lt;BR /&gt;&lt;BR /&gt;You have to setup .rhosts file in remote server and local server in account names $HOME directory as,&lt;BR /&gt;&lt;BR /&gt;Local machine - root user $HOME directory&lt;BR /&gt;&lt;BR /&gt;cat .rhosts&lt;BR /&gt;remotemachine root&lt;BR /&gt;&lt;BR /&gt;Remote machine - root user $HOME directory&lt;BR /&gt;&lt;BR /&gt;cat .rhosts&lt;BR /&gt;remshinsitiatingmachine root&lt;BR /&gt;&lt;BR /&gt;Check /etc/inetd.conf file for remsh support as,&lt;BR /&gt;&lt;BR /&gt;login        stream tcp nowait root /usr/lbin/rlogind  rlogind&lt;BR /&gt;&lt;BR /&gt;If you are going to kerberose then,&lt;BR /&gt;klogin stream tcp nowait root /usr/lbin/rlogind rlogind -K&lt;BR /&gt;&lt;BR /&gt;Then reconfigure inetd (aemon) as,&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;That is it.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Thu, 29 Dec 2005 03:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699341#M549447</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-29T03:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699342#M549448</link>
      <description>What type of error you are getting with regard to rlogin ? Check with /var/adm/syslog/syslog.log. &lt;BR /&gt;&lt;BR /&gt;You can check the following threads for troubleshooting, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=120080" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=120080&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=922831" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=922831&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 29 Dec 2005 03:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-remsh/m-p/3699342#M549448</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-29T03:37:23Z</dc:date>
    </item>
  </channel>
</rss>

