<?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: rlogin in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426726#M1569</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;don't know if your users know the root password but when not rlogin as root without password is controlled via /.rhosts&lt;BR /&gt;If you remove the /.rhosts rlogin as root requieres passord.</description>
    <pubDate>Tue, 20 Jun 2000 12:47:19 GMT</pubDate>
    <dc:creator>Andreas Voss</dc:creator>
    <dc:date>2000-06-20T12:47:19Z</dc:date>
    <item>
      <title>rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426725#M1568</link>
      <description>How do I prevent user from rlogining as root.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Junior</description>
      <pubDate>Tue, 20 Jun 2000 12:43:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426725#M1568</guid>
      <dc:creator>Junior C.</dc:creator>
      <dc:date>2000-06-20T12:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426726#M1569</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;don't know if your users know the root password but when not rlogin as root without password is controlled via /.rhosts&lt;BR /&gt;If you remove the /.rhosts rlogin as root requieres passord.</description>
      <pubDate>Tue, 20 Jun 2000 12:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426726#M1569</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-06-20T12:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426727#M1570</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You can prevent anyone from connecting directly as root, either using rlogin or telnet, by configuring the /etc/securetty.&lt;BR /&gt;If you just put "console" in this file, you will be able to connect directly as root only from the console. Keep at least this entry.&lt;BR /&gt;&lt;BR /&gt;To become root form other terminals, you will have to use the su(1) command.&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;benoit marc</description>
      <pubDate>Tue, 20 Jun 2000 12:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426727#M1570</guid>
      <dc:creator>Benoit MARC</dc:creator>
      <dc:date>2000-06-20T12:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426728#M1571</link>
      <description>One way is to create a .rhosts file in the user's home directory on the remote system. For instance, if user1 on system1 needs to rlogin to system2, create a .rhosts file in /home/user1 on system2 as follows:&lt;BR /&gt;&lt;BR /&gt;       system1  user1&lt;BR /&gt;&lt;BR /&gt;This allows user1 to rlogin or remsh to system2. &lt;BR /&gt;&lt;BR /&gt;In addition, to prevent anyone from using rlogin as root, do not configure a .rhosts file in the root directory.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Tue, 20 Jun 2000 12:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426728#M1571</guid>
      <dc:creator>Steven W. Illgen</dc:creator>
      <dc:date>2000-06-20T12:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426729#M1572</link>
      <description>you have to remove "station?? root" entry in /.rhosts file, or delete this file. Users must be listed in this file to be able to do&lt;BR /&gt;rlogin.</description>
      <pubDate>Tue, 20 Jun 2000 12:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426729#M1572</guid>
      <dc:creator>Jasmin Berube</dc:creator>
      <dc:date>2000-06-20T12:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426730#M1573</link>
      <description>Junior,&lt;BR /&gt;&lt;BR /&gt;There are two files associated with rlogin on HP-UX, they are:&lt;BR /&gt;&lt;BR /&gt;/etc/hosts.equiv and ~/.rhosts&lt;BR /&gt;&lt;BR /&gt;If the mahine name and/or user root are in these files, then the rlogin door is opened for the root user.&lt;BR /&gt;&lt;BR /&gt;to prevent root from rlogin access perform the following.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; /etc/hosts.equiv &lt;BR /&gt;(that is shorthand for:&lt;BR /&gt;cat /dev/null &amp;gt; /etc/hosts.equiv)&lt;BR /&gt;&amp;gt; ~root/.rhosts&lt;BR /&gt;&lt;BR /&gt;that will eliminate rlogin access from any machine for the root user.&lt;BR /&gt;&lt;BR /&gt;To prevent rlogin access for all users, then you'll need to check the entire server for .rhosts files for all users.  If you find them, delete them and recreate them as the root user, securing them so the user cannto modify the file.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jun 2000 12:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426730#M1573</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-06-20T12:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426731#M1574</link>
      <description>Comment out login in /etc/inetd.conf and &lt;BR /&gt;login in /etc/services (port 513).  re-read inetd.conf with #inetd -c.&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Tue, 20 Jun 2000 13:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin/m-p/2426731#M1574</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-20T13:20:12Z</dc:date>
    </item>
  </channel>
</rss>

