<?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: Kerberos error when trying to rsh in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101664#M49588</link>
    <description>Have had a similar issue on test systems.  I ended up removing krb5-workstation package and the krb errors went away when I would rsh to a system.  Other things you might check are /etc/pam.d/rsh, rlogin, and rexec.  Might need to add promiscuous to the files.  Think this is for password less access though.&lt;BR /&gt;&lt;BR /&gt;rlogin:&lt;BR /&gt;auth       sufficient   pam_rhosts_auth.so promiscuous&lt;BR /&gt;&lt;BR /&gt;rsh:&lt;BR /&gt;auth       required     pam_rhosts_auth.so promiscuous&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Apr 2008 16:28:59 GMT</pubDate>
    <dc:creator>Justin_99</dc:creator>
    <dc:date>2008-04-07T16:28:59Z</dc:date>
    <item>
      <title>Kerberos error when trying to rsh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101661#M49585</link>
      <description>Can anyone help me out here?  I've googled this, and nobody seems to have an answer.  I have an HP test program that uses rsh.  Whenever I try to rsh to the clients (several varieties of linux but mainly RH5.1), I get the error. "krb_sendauth failed: you have no tickets cached"&lt;BR /&gt;&lt;BR /&gt;I have this working on some clients, but it doesn't seem to work on others, even with the same files modified, eg. hosts, .rhosts, securetty, etc.&lt;BR /&gt;Understand, I need no security whatsoever in my environment.  I've even moved the securetty file to a .bak, and still no luck.&lt;BR /&gt;&lt;BR /&gt;The rsh service is started on some clients that don't work, but on the RedHat5.1 clients, I don't see the service when I do a chkconfig, &amp;amp; I dont seem to be able to start it, but that's only the issue on RH5.1 clients.&lt;BR /&gt;&lt;BR /&gt;Any help?</description>
      <pubDate>Sun, 06 Apr 2008 13:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101661#M49585</guid>
      <dc:creator>WADE S</dc:creator>
      <dc:date>2008-04-06T13:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos error when trying to rsh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101662#M49586</link>
      <description>you should install rsh-server package and activate rsh:&lt;BR /&gt;&lt;BR /&gt;chkconfig rsh on.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Apr 2008 05:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101662#M49586</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2008-04-07T05:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos error when trying to rsh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101663#M49587</link>
      <description>i do have similar problem. Will post the result once i test.</description>
      <pubDate>Mon, 07 Apr 2008 09:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101663#M49587</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-04-07T09:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos error when trying to rsh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101664#M49588</link>
      <description>Have had a similar issue on test systems.  I ended up removing krb5-workstation package and the krb errors went away when I would rsh to a system.  Other things you might check are /etc/pam.d/rsh, rlogin, and rexec.  Might need to add promiscuous to the files.  Think this is for password less access though.&lt;BR /&gt;&lt;BR /&gt;rlogin:&lt;BR /&gt;auth       sufficient   pam_rhosts_auth.so promiscuous&lt;BR /&gt;&lt;BR /&gt;rsh:&lt;BR /&gt;auth       required     pam_rhosts_auth.so promiscuous&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Apr 2008 16:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101664#M49588</guid>
      <dc:creator>Justin_99</dc:creator>
      <dc:date>2008-04-07T16:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos error when trying to rsh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101665#M49589</link>
      <description>Installing the rsh-server package worked.&lt;BR /&gt;&lt;BR /&gt;I find it odd, that if you don't go in and select custom packages when you install the OS, not even xinetd gets installed.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;Wade&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2008 13:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101665#M49589</guid>
      <dc:creator>WADE S</dc:creator>
      <dc:date>2008-04-08T13:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos error when trying to rsh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101666#M49590</link>
      <description>I've got what I need.&lt;BR /&gt;Thanks Guys.</description>
      <pubDate>Tue, 08 Apr 2008 14:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-error-when-trying-to-rsh/m-p/5101666#M49590</guid>
      <dc:creator>WADE S</dc:creator>
      <dc:date>2008-04-08T14:16:22Z</dc:date>
    </item>
  </channel>
</rss>

