<?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: RH AS 2.1 Trusted network in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880180#M88952</link>
    <description>eeeeeek!&lt;BR /&gt;You're using r protocols like rlogin and rsh on a "trusted" network.&lt;BR /&gt;&lt;BR /&gt;Let me tell you, I would not trust that network.&lt;BR /&gt;&lt;BR /&gt;The Berkley r protcols are not secure.&lt;BR /&gt;&lt;BR /&gt;You can configure the secure shell protocols to provide the exact same functionality with real security if you generate and pass public keys.&lt;BR /&gt;&lt;BR /&gt;ssh = rlogin&lt;BR /&gt;scp = rcp&lt;BR /&gt;&lt;BR /&gt;I highly recommend it.&lt;BR /&gt;&lt;BR /&gt;I've successfully done it with three HP servers at work and 2 Linux servers at my home office. I've even tried to allow it from the work to home office environment but am running into firewall configuration issues.&lt;BR /&gt;&lt;BR /&gt;I've attached a document, which I modified to that gives you the entire process.&lt;BR /&gt;&lt;BR /&gt;It's not THAT hard and the end product is a secure one.&lt;BR /&gt;</description>
    <pubDate>Mon, 13 Jan 2003 23:33:57 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-01-13T23:33:57Z</dc:date>
    <item>
      <title>RH AS 2.1 Trusted network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880175#M88947</link>
      <description>Hi anyone.&lt;BR /&gt;&lt;BR /&gt;I have installed RH AS2.1 on two Proliant servers. Because of clsuter requirements trusted networking between two nodes should be established.&lt;BR /&gt;I have properly setup xientd setings for rsh, rlogin, rpc and other netwokr services. IPTABLES are disabled hosts.equiv and .rhosts files are set also as needed. But anyway there is sam authentication problems( eg. rlogin asks for password, rsh hostname ls returns premition denied ...) What could be the problem? Can anyone halp me?</description>
      <pubDate>Mon, 13 Jan 2003 12:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880175#M88947</guid>
      <dc:creator>Miran Lampe_1</dc:creator>
      <dc:date>2003-01-13T12:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: RH AS 2.1 Trusted network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880176#M88948</link>
      <description>Check hostname resolution. On the server try to do reverse lookup on the IP address you try the rsh from and make sure the *exact* name  is in .rhosts and / or hosts.equiv ...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;   Jochen</description>
      <pubDate>Mon, 13 Jan 2003 13:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880176#M88948</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-13T13:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: RH AS 2.1 Trusted network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880177#M88949</link>
      <description>if I understand properly, you need to allow rcp, rlogin, etc for root&lt;BR /&gt;&lt;BR /&gt;try these steps:&lt;BR /&gt;&lt;BR /&gt;- chkconfig rlogin on&lt;BR /&gt;  rsh on&lt;BR /&gt;&lt;BR /&gt;- echo "rsh" &amp;gt;&amp;gt;/etc/securetty&lt;BR /&gt;echo "rlogin" &amp;gt;&amp;gt;/etc/securetty&lt;BR /&gt;&lt;BR /&gt;- put your second_server_hostname into .rhosts</description>
      <pubDate>Mon, 13 Jan 2003 13:28:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880177#M88949</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-01-13T13:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: RH AS 2.1 Trusted network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880178#M88950</link>
      <description>Thaks.&lt;BR /&gt;&lt;BR /&gt;chkconfig resolves the problem&lt;BR /&gt;All r command now works properly&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jan 2003 13:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880178#M88950</guid>
      <dc:creator>Miran Lampe_1</dc:creator>
      <dc:date>2003-01-13T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: RH AS 2.1 Trusted network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880179#M88951</link>
      <description>eeeeeek!&lt;BR /&gt;You're using r protocols like rlogin and rsh on a "trusted" network.&lt;BR /&gt;&lt;BR /&gt;Let me tell you, I would not trust that network.&lt;BR /&gt;&lt;BR /&gt;The Berkley r protcols are not secure.&lt;BR /&gt;&lt;BR /&gt;You can configure the secure shell protocols to provide the exact same functionality with real security if you generate and pass public keys.&lt;BR /&gt;&lt;BR /&gt;ssh = rlogin&lt;BR /&gt;scp = rcp&lt;BR /&gt;&lt;BR /&gt;I highly recommend it.&lt;BR /&gt;&lt;BR /&gt;I've successfully done it with three HP servers at work and 2 Linux servers at my home office. I've even tried to allow it from the work to home office environment but am running into firewall configuration issues.&lt;BR /&gt;&lt;BR /&gt;I've attached a document, which I modified to that gives you the entire process.&lt;BR /&gt;&lt;BR /&gt;It's not THAT hard and the end product is a secure one.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jan 2003 23:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880179#M88951</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-13T23:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: RH AS 2.1 Trusted network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880180#M88952</link>
      <description>eeeeeek!&lt;BR /&gt;You're using r protocols like rlogin and rsh on a "trusted" network.&lt;BR /&gt;&lt;BR /&gt;Let me tell you, I would not trust that network.&lt;BR /&gt;&lt;BR /&gt;The Berkley r protcols are not secure.&lt;BR /&gt;&lt;BR /&gt;You can configure the secure shell protocols to provide the exact same functionality with real security if you generate and pass public keys.&lt;BR /&gt;&lt;BR /&gt;ssh = rlogin&lt;BR /&gt;scp = rcp&lt;BR /&gt;&lt;BR /&gt;I highly recommend it.&lt;BR /&gt;&lt;BR /&gt;I've successfully done it with three HP servers at work and 2 Linux servers at my home office. I've even tried to allow it from the work to home office environment but am running into firewall configuration issues.&lt;BR /&gt;&lt;BR /&gt;I've attached a document, which I modified to that gives you the entire process.&lt;BR /&gt;&lt;BR /&gt;It's not THAT hard and the end product is a secure one.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jan 2003 23:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-as-2-1-trusted-network/m-p/2880180#M88952</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-13T23:33:57Z</dc:date>
    </item>
  </channel>
</rss>

