<?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 Problem on Linux....           (Permission Denied error) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062505#M83090</link>
    <description>Hi Mangesh,&lt;BR /&gt;&lt;BR /&gt;I'd recommend that to don't use rsh at all. Its a very insecure protocol. You should use ssh which can be used as a complete replacement rsh.&lt;BR /&gt;&lt;BR /&gt;Here is a very good write up of how to configure ssh.&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-openssh-client-config.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-openssh-client-config.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Philip.</description>
    <pubDate>Thu, 09 Aug 2007 20:01:26 GMT</pubDate>
    <dc:creator>Philip Gunter</dc:creator>
    <dc:date>2007-08-09T20:01:26Z</dc:date>
    <item>
      <title>RSH Problem on Linux....           (Permission Denied error)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062503#M83088</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have configured rsh on linux box but i am getting error as Permission denied while doing rsh from other machines.If I place hostname in .rhosts than I am able to rsh.&lt;BR /&gt;Can anybody help in resolving this.&lt;BR /&gt;===========================&lt;BR /&gt;[root@aban root]# rsh -l root lnxr-moca-vm13 ls &lt;BR /&gt;Permission denied.&lt;BR /&gt;[root@aban root]#&lt;BR /&gt;===========================&lt;BR /&gt;following are the files which i have changed/configure.&lt;BR /&gt;&lt;BR /&gt;[root@lnxr-moca-vm13 ~]# more .rhosts&lt;BR /&gt;+&lt;BR /&gt;[root@lnxr-moca-vm13 ~]#&lt;BR /&gt;[root@lnxr-moca-vm13 ~]# more /etc/hosts.equiv&lt;BR /&gt;+&lt;BR /&gt;[root@lnxr-moca-vm13 ~]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Aug 2007 10:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062503#M83088</guid>
      <dc:creator>Mangesh Yadav</dc:creator>
      <dc:date>2007-08-09T10:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: RSH Problem on Linux....           (Permission Denied error)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062504#M83089</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If there is a conflict between dns hostname resolution and the .rhosts file this is an expected result.&lt;BR /&gt;&lt;BR /&gt;See that all systems involve resolve all host names the same way. When they do, this problem should go away.&lt;BR /&gt;&lt;BR /&gt;Take a look at /var/log/messages for additional diagnostic information and post snippets to help us help you out.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 09 Aug 2007 11:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062504#M83089</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-09T11:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: RSH Problem on Linux....           (Permission Denied error)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062505#M83090</link>
      <description>Hi Mangesh,&lt;BR /&gt;&lt;BR /&gt;I'd recommend that to don't use rsh at all. Its a very insecure protocol. You should use ssh which can be used as a complete replacement rsh.&lt;BR /&gt;&lt;BR /&gt;Here is a very good write up of how to configure ssh.&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-openssh-client-config.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-openssh-client-config.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Philip.</description>
      <pubDate>Thu, 09 Aug 2007 20:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062505#M83090</guid>
      <dc:creator>Philip Gunter</dc:creator>
      <dc:date>2007-08-09T20:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: RSH Problem on Linux....           (Permission Denied error)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062506#M83091</link>
      <description>If you want to use "+" in /etc/hosts.equiv  or .rhosts, you need to set "promiscuous" in /etc/pam.d.&lt;BR /&gt;&lt;BR /&gt;Please refer to following URL, search pam_rhosts_auth in the doc.&lt;BR /&gt; &lt;A href="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html" target="_blank"&gt;http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hosts_equiv_rootok - allow the use of /etc/hosts.equiv for superuser. Without this option /etc/hosts.equiv is not consulted for the superuser account.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Aug 2007 22:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062506#M83091</guid>
      <dc:creator>Joelmel Roche</dc:creator>
      <dc:date>2007-08-09T22:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: RSH Problem on Linux....           (Permission Denied error)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062507#M83092</link>
      <description>You might also look at adding rsh/rlogin to the end of  /etc/securetty depending on if you need passwordless or not.</description>
      <pubDate>Fri, 10 Aug 2007 14:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062507#M83092</guid>
      <dc:creator>Justin_99</dc:creator>
      <dc:date>2007-08-10T14:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: RSH Problem on Linux....           (Permission Denied error)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062508#M83093</link>
      <description>Since you're trying to access the other staion as root, in addition to .rhost you must also add the line "rsh" to /etc/securetty file.</description>
      <pubDate>Sun, 12 Aug 2007 02:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062508#M83093</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-08-12T02:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: RSH Problem on Linux....           (Permission Denied error)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062509#M83094</link>
      <description>.</description>
      <pubDate>Mon, 20 Aug 2007 03:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-problem-on-linux-permission-denied-error/m-p/5062509#M83094</guid>
      <dc:creator>Mangesh Yadav</dc:creator>
      <dc:date>2007-08-20T03:12:03Z</dc:date>
    </item>
  </channel>
</rss>

