<?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 Removing direct root access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083780#M143251</link>
    <description>We are in the process of tightening up security on a number of HP systems. We intend to remove direct root access to the system and are looking at the best way of doing this. Obviously we will still need to log into the console as root, however the intention is for users to su to root once on the system.</description>
    <pubDate>Thu, 02 Oct 2003 08:02:28 GMT</pubDate>
    <dc:creator>Adam Noble</dc:creator>
    <dc:date>2003-10-02T08:02:28Z</dc:date>
    <item>
      <title>Removing direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083780#M143251</link>
      <description>We are in the process of tightening up security on a number of HP systems. We intend to remove direct root access to the system and are looking at the best way of doing this. Obviously we will still need to log into the console as root, however the intention is for users to su to root once on the system.</description>
      <pubDate>Thu, 02 Oct 2003 08:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083780#M143251</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2003-10-02T08:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Removing direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083781#M143252</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;/etc/securetty&lt;BR /&gt;&lt;BR /&gt;If the /etc/securetty file exits, root user is only  allowed to login in the tty's listed in this file.  &lt;BR /&gt;&lt;BR /&gt;Normally, you allow root logins ONLY at&lt;BR /&gt;the console.  On all other logins must be logged in using user's own id's.  If they are needing root priviledge, they will have to su -.&lt;BR /&gt;&lt;BR /&gt;Now, that user needs to do su's to become root, all su's are logged in&lt;BR /&gt;/var/adm/sulog.&lt;BR /&gt;&lt;BR /&gt;To do this, create /etc/securetty with only the console entry.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Francis DERDEYN - HP-UX ASCE.</description>
      <pubDate>Thu, 02 Oct 2003 08:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083781#M143252</guid>
      <dc:creator>Francis_12</dc:creator>
      <dc:date>2003-10-02T08:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Removing direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083782#M143253</link>
      <description>Hi Adam,&lt;BR /&gt; &lt;BR /&gt;You do this by creating the following file &lt;BR /&gt;/etc/securetty&lt;BR /&gt;and placing one word in it&lt;BR /&gt;console&lt;BR /&gt; &lt;BR /&gt;Then set perms to 400 (-r--------) &amp;amp; ownership to root:sys&lt;BR /&gt; &lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 02 Oct 2003 08:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083782#M143253</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-10-02T08:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Removing direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083783#M143254</link>
      <description>Add 'console' to /etc/securetty.&lt;BR /&gt; &lt;BR /&gt;Then root will only be allowed to login directly via the console.&lt;BR /&gt; &lt;BR /&gt;HTH.</description>
      <pubDate>Thu, 02 Oct 2003 08:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083783#M143254</guid>
      <dc:creator>Brian Bergstrand</dc:creator>
      <dc:date>2003-10-02T08:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Removing direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083784#M143255</link>
      <description>vi /etc/securetty&lt;BR /&gt;                                add:&lt;BR /&gt;                                        console&lt;BR /&gt;&lt;BR /&gt;                        This prevents rlogins of form:&lt;BR /&gt;&lt;BR /&gt;                                rlogin host -l root&lt;BR /&gt;&lt;BR /&gt;                        but still allows root logins from other hosts with entries in $ROOT_HOME/.rhosts</description>
      <pubDate>Thu, 02 Oct 2003 08:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083784#M143255</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-10-02T08:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Removing direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083785#M143256</link>
      <description>thanks all!</description>
      <pubDate>Thu, 02 Oct 2003 08:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083785#M143256</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2003-10-02T08:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Removing direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083786#M143257</link>
      <description>Hello back again,&lt;BR /&gt;&lt;BR /&gt;There is still something missing here :-)&lt;BR /&gt;&lt;BR /&gt;/etc/securetty is not checked if your users are going to try to log in via CDE.  The reason is that /etc/securetty "lists the valid ttys for root login".  Since CDE does not use a tty to login the /etc/securetty&lt;BR /&gt;has no effect !!&lt;BR /&gt;&lt;BR /&gt;To bypass that limitation, you will need to modify the /etc/dt/config/Xstartup to disable&lt;BR /&gt;root console login via CDE.&lt;BR /&gt;&lt;BR /&gt;You might also be interested to use the file /usr/dt/config/Xaccess which restricts external CDE access based on host(IP).&lt;BR /&gt;&lt;BR /&gt;Hope this helps,  Bye.&lt;BR /&gt;&lt;BR /&gt;Francis DERDEYN - HP-UX ASCE.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Oct 2003 08:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083786#M143257</guid>
      <dc:creator>Francis_12</dc:creator>
      <dc:date>2003-10-02T08:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Removing direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083787#M143258</link>
      <description>Actually does anyone know of any further restrictions you can make i.e on AIX you can restict a certain group of users to be able to login as root and also I believe you can prevent people logging into ftp as root.</description>
      <pubDate>Thu, 02 Oct 2003 09:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083787#M143258</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2003-10-02T09:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Removing direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083788#M143259</link>
      <description>Hi back again,&lt;BR /&gt;&lt;BR /&gt;To secure FTP, go here :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.newfdawg.com/SHP-FTP-ftpaccess.htm" target="_blank"&gt;http://www.newfdawg.com/SHP-FTP-ftpaccess.htm&lt;/A&gt;&lt;BR /&gt;and here :&lt;BR /&gt;&lt;A href="http://www.newfdawg.com/SHP-FTP-ftphosts.htm" target="_blank"&gt;http://www.newfdawg.com/SHP-FTP-ftphosts.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,  Bye.&lt;BR /&gt;&lt;BR /&gt;Francis DERDEYN - HP-UX ASCE.</description>
      <pubDate>Thu, 02 Oct 2003 09:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-direct-root-access/m-p/3083788#M143259</guid>
      <dc:creator>Francis_12</dc:creator>
      <dc:date>2003-10-02T09:19:51Z</dc:date>
    </item>
  </channel>
</rss>

