<?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 How can I open up rsh access on Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-open-up-rsh-access-on-linux/m-p/3199882#M10164</link>
    <description>I'm trying to rsh from Solaris to a server configured with Red Hat 2.1 AS. When I do, I get a message that says "Connection Refused".&lt;BR /&gt;Are there some things i can look at. I checked the .rhosts file and there is an entry for the source of the rsh session on the target.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help you can provide...&lt;BR /&gt;-Ken</description>
    <pubDate>Mon, 23 Feb 2004 14:55:15 GMT</pubDate>
    <dc:creator>KPS</dc:creator>
    <dc:date>2004-02-23T14:55:15Z</dc:date>
    <item>
      <title>How can I open up rsh access on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-open-up-rsh-access-on-linux/m-p/3199882#M10164</link>
      <description>I'm trying to rsh from Solaris to a server configured with Red Hat 2.1 AS. When I do, I get a message that says "Connection Refused".&lt;BR /&gt;Are there some things i can look at. I checked the .rhosts file and there is an entry for the source of the rsh session on the target.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help you can provide...&lt;BR /&gt;-Ken</description>
      <pubDate>Mon, 23 Feb 2004 14:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-open-up-rsh-access-on-linux/m-p/3199882#M10164</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2004-02-23T14:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I open up rsh access on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-open-up-rsh-access-on-linux/m-p/3199883#M10165</link>
      <description>make sure xinetd is installed&lt;BR /&gt;make sure rsh is installed&lt;BR /&gt;&lt;BR /&gt;add to /etc/securetty:&lt;BR /&gt;rexec&lt;BR /&gt;rsh&lt;BR /&gt;rlogin&lt;BR /&gt;&lt;BR /&gt;set disable=no for /etc/xinet.d/rsh and /etc/xinet.d/rlogin</description>
      <pubDate>Mon, 23 Feb 2004 15:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-open-up-rsh-access-on-linux/m-p/3199883#M10165</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-02-23T15:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I open up rsh access on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-open-up-rsh-access-on-linux/m-p/3199884#M10166</link>
      <description>I found that I had to add entries to /etc/securetty for rlogin, rexec, and rsh and this seems to be working now.  The only trouble I'm having issues with now is that I'm being prompted for a password, where I'm trying to not be prompted for this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Both are installed and running..&lt;BR /&gt;&lt;BR /&gt;I checked /etc/xinetd.d/rsh and /etc/xinted.d/rlogin and disable=no for both.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2004 16:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-open-up-rsh-access-on-linux/m-p/3199884#M10166</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2004-02-23T16:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I open up rsh access on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-open-up-rsh-access-on-linux/m-p/3199885#M10167</link>
      <description>try adding the FQDN to your .rhosts file as in:&lt;BR /&gt;&lt;BR /&gt;userx hostname.excellent.com&lt;BR /&gt;&lt;BR /&gt;if that doesn't work use the IP number as in:&lt;BR /&gt;&lt;BR /&gt;userx 192.168.1.10&lt;BR /&gt;&lt;BR /&gt;p.</description>
      <pubDate>Mon, 23 Feb 2004 16:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-open-up-rsh-access-on-linux/m-p/3199885#M10167</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-02-23T16:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I open up rsh access on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-open-up-rsh-access-on-linux/m-p/3199886#M10168</link>
      <description>After making the change to the two files in /etc/xinetd.d you need to:&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;To have the change take effect.&lt;BR /&gt;&lt;BR /&gt;You can try the rsh command with the set -x command as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 23 Feb 2004 16:54:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-open-up-rsh-access-on-linux/m-p/3199886#M10168</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-23T16:54:40Z</dc:date>
    </item>
  </channel>
</rss>

