<?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: rexec does not work in my RedHat 7.1 (2.4.2) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rexec-does-not-work-in-my-redhat-7-1-2-4-2/m-p/2621146#M909</link>
    <description>Check /etc/xinetd.d/rsh&lt;BR /&gt;&lt;BR /&gt;By default, the service is disabled, like so:&lt;BR /&gt;[root@redhat xinetd.d]# cat rsh&lt;BR /&gt;# default: off&lt;BR /&gt;# description: The rshd server is the server for the rcmd(3) routine and, #       consequently, for the rsh(1) program.  The server provides #       remote execution facilities with authentication based on #       privileged port numbers from trusted hosts.&lt;BR /&gt;service shell&lt;BR /&gt;{&lt;BR /&gt;        socket_type             = stream&lt;BR /&gt;        wait                    = no&lt;BR /&gt;        user                    = root&lt;BR /&gt;        log_on_success          += USERID&lt;BR /&gt;        log_on_failure          += USERID&lt;BR /&gt;        server                  = /usr/sbin/in.rshd&lt;BR /&gt;        disable                 = yes&lt;BR /&gt;}&lt;BR /&gt;[root@redhat xinetd.d]#&lt;BR /&gt;&lt;BR /&gt;change the yes in that last line to no, and try again. &lt;BR /&gt;&lt;BR /&gt;Best Regards.&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Nov 2001 23:51:16 GMT</pubDate>
    <dc:creator>Mark Fenton</dc:creator>
    <dc:date>2001-11-28T23:51:16Z</dc:date>
    <item>
      <title>rexec does not work in my RedHat 7.1 (2.4.2)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rexec-does-not-work-in-my-redhat-7-1-2-4-2/m-p/2621144#M907</link>
      <description>I have rsh-server installed, I commented out &lt;BR /&gt;auth required /lib/security/pam_securitty.so for both /etc/pam.d/rexec and /etc/pam.d/login.  I was trying to login as root.  I did ntsysv and verify that rexec is checked.  What am I missing?  Please help.</description>
      <pubDate>Tue, 27 Nov 2001 23:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rexec-does-not-work-in-my-redhat-7-1-2-4-2/m-p/2621144#M907</guid>
      <dc:creator>Fay_1</dc:creator>
      <dc:date>2001-11-27T23:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: rexec does not work in my RedHat 7.1 (2.4.2)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rexec-does-not-work-in-my-redhat-7-1-2-4-2/m-p/2621145#M908</link>
      <description>Hello Fay&lt;BR /&gt;&lt;BR /&gt;To test, make localhost equivalent to itself:&lt;BR /&gt;&lt;BR /&gt;(as root)&lt;BR /&gt;cd /root&lt;BR /&gt;echo 127.0.0.1 &amp;gt;&amp;gt;.rhosts&lt;BR /&gt;chmod 600 .rhosts&lt;BR /&gt;&lt;BR /&gt;Still as root, try&lt;BR /&gt;&lt;BR /&gt;rlogin localhost&lt;BR /&gt;&lt;BR /&gt;You should see the '#' prompt. If you do not:&lt;BR /&gt;&lt;BR /&gt;1) If it takes a long time before you get an error message, your service may be disabled (check /etc/inetd.conf and see if it's commented out). If that's the case, enable the service and try again.&lt;BR /&gt;&lt;BR /&gt;2) If it just gives you a 'password' prompt (and does not accept your root password), check /var/log/messages for any explanations. If you see a message saying that 'root is not allowed' then you need to comment out the 'pam_securetty' line on your /etc/pam.d/r* files. (I believe you did that already).&lt;BR /&gt;&lt;BR /&gt;In any event, you should seriously consider SSH for this job. RSH is a gaping security hole and should not be relied upon.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2001 15:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rexec-does-not-work-in-my-redhat-7-1-2-4-2/m-p/2621145#M908</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-28T15:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: rexec does not work in my RedHat 7.1 (2.4.2)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rexec-does-not-work-in-my-redhat-7-1-2-4-2/m-p/2621146#M909</link>
      <description>Check /etc/xinetd.d/rsh&lt;BR /&gt;&lt;BR /&gt;By default, the service is disabled, like so:&lt;BR /&gt;[root@redhat xinetd.d]# cat rsh&lt;BR /&gt;# default: off&lt;BR /&gt;# description: The rshd server is the server for the rcmd(3) routine and, #       consequently, for the rsh(1) program.  The server provides #       remote execution facilities with authentication based on #       privileged port numbers from trusted hosts.&lt;BR /&gt;service shell&lt;BR /&gt;{&lt;BR /&gt;        socket_type             = stream&lt;BR /&gt;        wait                    = no&lt;BR /&gt;        user                    = root&lt;BR /&gt;        log_on_success          += USERID&lt;BR /&gt;        log_on_failure          += USERID&lt;BR /&gt;        server                  = /usr/sbin/in.rshd&lt;BR /&gt;        disable                 = yes&lt;BR /&gt;}&lt;BR /&gt;[root@redhat xinetd.d]#&lt;BR /&gt;&lt;BR /&gt;change the yes in that last line to no, and try again. &lt;BR /&gt;&lt;BR /&gt;Best Regards.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2001 23:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rexec-does-not-work-in-my-redhat-7-1-2-4-2/m-p/2621146#M909</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2001-11-28T23:51:16Z</dc:date>
    </item>
  </channel>
</rss>

