<?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 to login without password in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707557#M1484</link>
    <description>Dan, &lt;BR /&gt;&lt;BR /&gt;rsh has its own configuration file under /etc/xinetd.d, I trust you have that one set to disable = no as well? &lt;BR /&gt;&lt;BR /&gt;Another issue to investigate: is the SUN the NIS Master and the Linux its client? (and you have no local account on Linux, but take your authentication from SUN and mount home directory from there as well?) This configuration should work, at least on the same lan segment. &lt;BR /&gt;&lt;BR /&gt;If it is neither desireable, nor possible to set up that way, then the next best solution would be to ensure that the user names and numbers on both machines are identical, group assignments, too. &lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Fri, 19 Apr 2002 22:04:15 GMT</pubDate>
    <dc:creator>Mark Fenton</dc:creator>
    <dc:date>2002-04-19T22:04:15Z</dc:date>
    <item>
      <title>rsh to login without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707556#M1483</link>
      <description>I have looked at other issues posted that are similar to this but I still have no resolve. I have a Sun (Solaris 2.6)and a Linux machine (Redhat 7.2) both running NIS. I cannot get rsh to work( without a password )from the SUN to the Linux machine. I have a /etc/hosts.equiv with a + in it as well as .rhosts under my home directory with a + in it. I have disable set to no in my rexec file. Any help will be much appreciated&lt;BR /&gt;Thanks&lt;BR /&gt;DanS</description>
      <pubDate>Fri, 19 Apr 2002 20:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707556#M1483</guid>
      <dc:creator>Dan Stefanelli</dc:creator>
      <dc:date>2002-04-19T20:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: rsh to login without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707557#M1484</link>
      <description>Dan, &lt;BR /&gt;&lt;BR /&gt;rsh has its own configuration file under /etc/xinetd.d, I trust you have that one set to disable = no as well? &lt;BR /&gt;&lt;BR /&gt;Another issue to investigate: is the SUN the NIS Master and the Linux its client? (and you have no local account on Linux, but take your authentication from SUN and mount home directory from there as well?) This configuration should work, at least on the same lan segment. &lt;BR /&gt;&lt;BR /&gt;If it is neither desireable, nor possible to set up that way, then the next best solution would be to ensure that the user names and numbers on both machines are identical, group assignments, too. &lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 19 Apr 2002 22:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707557#M1484</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-04-19T22:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: rsh to login without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707558#M1485</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Did you check the name resolution on both machines ?&lt;BR /&gt;If you are not using DNS, make sure that each machine is able to solve its own name and the name of the remote one.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Apr 2002 22:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707558#M1485</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-04-19T22:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: rsh to login without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707559#M1486</link>
      <description>I can rsh back and forth between the 2 machines, it is just that I need to use rsh to execute commands on the Linux machine, this doesn't work with a password protected account. So the two machines can see each other fine and rsh is enabled, these are not issues. I believe our system here is set up as Mark described. Talking to someone here at work we think it is an issue with PAM that we have running on the Linux</description>
      <pubDate>Mon, 22 Apr 2002 13:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707559#M1486</guid>
      <dc:creator>Dan Stefanelli</dc:creator>
      <dc:date>2002-04-22T13:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: rsh to login without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707560#M1487</link>
      <description>RH 7.2 rsh uses kerberos authentication by default. If you have not set up a kerberos realm, then that could be an issue for getting rsh to work seamlessly. &lt;BR /&gt;&lt;BR /&gt;To test:&lt;BR /&gt;&lt;BR /&gt;mark$ kinit &lt;BR /&gt;Password for mark@REALM.DOMAIN.COM:&lt;BR /&gt;mark$ rsh host2.DOMAIN.COM&lt;BR /&gt;markf$ who am i&lt;BR /&gt;host2.DOMAIN.COM!markf pts/2 Apr 23 16:02&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 23 Apr 2002 22:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707560#M1487</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-04-23T22:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: rsh to login without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707561#M1488</link>
      <description>Check /etc/pam.d/{rlogin,rsh}. You need to have entries for "pam_rhosts_auth.so" for ~/.rhosts &amp;amp; /etc/hosts.equiv to work. I believe these are included by-default with RH 7.2. &lt;BR /&gt;&lt;BR /&gt;Is this limited to NIS users, or are local users affected as well?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Apr 2002 22:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsh-to-login-without-password/m-p/2707561#M1488</guid>
      <dc:creator>Charles Slivkoff</dc:creator>
      <dc:date>2002-04-23T22:47:37Z</dc:date>
    </item>
  </channel>
</rss>

