<?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: rsh service in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500419#M86867</link>
    <description>Note that there are lots of older machines/software that don't have/support SSH. Or have versions of SSH not working correctly (VMS). And there are also companies where security is a mess, so why bother about ssh in these cases.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Thu, 10 Mar 2005 06:07:50 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2005-03-10T06:07:50Z</dc:date>
    <item>
      <title>rsh service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500410#M86858</link>
      <description>Red Hat Enterprise Linux 3.0 update 4.&lt;BR /&gt;&lt;BR /&gt;[root@rac1 root]# chkconfig rsh on&lt;BR /&gt;error reading information on service rsh: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Any idea about this error and how to solve it?</description>
      <pubDate>Tue, 08 Mar 2005 14:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500410#M86858</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-03-08T14:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: rsh service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500411#M86859</link>
      <description>By default rsh is not even installed as part of RHEL 3.0, any update.&lt;BR /&gt;&lt;BR /&gt;These services are on the install cd's. They are listed under legacy services.&lt;BR /&gt;&lt;BR /&gt;rpm -q --all | grep rsh&lt;BR /&gt;&lt;BR /&gt;If its installed, its part of /etc/xinetd.d and needs to be set from disable=yes to disable=no in that directory followed by:&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;Before you go to the trouble, think about this:&lt;BR /&gt;&lt;BR /&gt;openssh&lt;BR /&gt;&lt;BR /&gt;It does everything rsh does except its secure.&lt;BR /&gt;&lt;BR /&gt;See the doc I'm attaching on password free setup.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 08 Mar 2005 14:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500411#M86859</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-08T14:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: rsh service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500412#M86860</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;I think I already have installed RSH:&lt;BR /&gt;&lt;BR /&gt;[root@rac1 root]# rpm -q --all | grep rsh&lt;BR /&gt;rsh-0.17-17&lt;BR /&gt;&lt;BR /&gt;&amp;gt;If its installed, its part of &lt;BR /&gt;&amp;gt;/etc/xinetd.d and needs to be set from&lt;BR /&gt;&amp;gt;disable=yes to disable=no in that &lt;BR /&gt;&amp;gt;directory followed by:&lt;BR /&gt;&lt;BR /&gt;The directory /etc/xinetd.d does not show any file with a name like 'rsh'&lt;BR /&gt;&lt;BR /&gt;Must I add it?&lt;BR /&gt;What must be the internal content?</description>
      <pubDate>Tue, 08 Mar 2005 15:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500412#M86860</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-03-08T15:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: rsh service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500413#M86861</link>
      <description>You probably need to install rsh-server but I think you should reconsider rsh in favor of ssh.&lt;BR /&gt;&lt;BR /&gt;The most common reason for people to choose rsh is because it is easily setup for passwordless connections, so I assume this is also your motivation.  One thing that people don't seem to realize is that with passwordless rsh authentication you can do things like this:&lt;BR /&gt;&lt;BR /&gt;rsh -l root hostname.domain.tld&lt;BR /&gt;&lt;BR /&gt;and if your machine is in hosts.allow you are in as root without a password.  This is due to the sufficient line in pam.&lt;BR /&gt;&lt;BR /&gt;To do the same with ssh takes only slightly different commands and I would be glad to walk you through the setup if only to prevent a future nightmare for you.&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Tue, 08 Mar 2005 15:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500413#M86861</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-03-08T15:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: rsh service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500414#M86862</link>
      <description>I really thanks your comments Dave, but I cannot understand why people most of time try to advise about SSH and ignore the real question of the user.&lt;BR /&gt;&lt;BR /&gt;I am installing an Oracle RAC system and my current version of Oracle cannot support the use of SSH (it anounces that will be supported in future versions), so that my only way is using RSH.&lt;BR /&gt;&lt;BR /&gt;But, what about my real problem to activate the RSH in my server?</description>
      <pubDate>Tue, 08 Mar 2005 16:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500414#M86862</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-03-08T16:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: rsh service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500415#M86863</link>
      <description>Like I said, you probably need to install the rsh-server rpm off the cd.  I don't know for sure on RHEL 3 but for most of the other Red hats rsh came as two seperate packages, rsh clients and rsh server.&lt;BR /&gt;&lt;BR /&gt;What does rpm -ql `rpm -qa |grep rsh` tell you?&lt;BR /&gt;&lt;BR /&gt;If it looks like only the clients came with the package you'll need another rpm.&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Tue, 08 Mar 2005 17:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500415#M86863</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-03-08T17:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: rsh service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500416#M86864</link>
      <description>You are right Dave. I have not installed the RSH server. I have installed it and the rest was easy.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 08 Mar 2005 17:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500416#M86864</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-03-08T17:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: rsh service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500417#M86865</link>
      <description>0 pts.&lt;BR /&gt;&lt;BR /&gt;What Dave articulated is what I orginally met.&lt;BR /&gt;&lt;BR /&gt;Do take the time to consider ssh when you have time.&lt;BR /&gt;&lt;BR /&gt;I did try and make recommendation and answer the question. It would be rude of me to do otherwise.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 08 Mar 2005 22:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500417#M86865</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-08T22:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: rsh service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500418#M86866</link>
      <description>if programs insist of having to use rsh/rlogin/rexec (which is a disgrace in this day and age!) you can always use stunnel to at least transform them into something more secure.</description>
      <pubDate>Wed, 09 Mar 2005 02:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500418#M86866</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2005-03-09T02:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: rsh service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500419#M86867</link>
      <description>Note that there are lots of older machines/software that don't have/support SSH. Or have versions of SSH not working correctly (VMS). And there are also companies where security is a mess, so why bother about ssh in these cases.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 10 Mar 2005 06:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-service/m-p/3500419#M86867</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-03-10T06:07:50Z</dc:date>
    </item>
  </channel>
</rss>

