<?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: Direct root access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104741#M147565</link>
    <description>How to download the SUDO and what it does exactly?</description>
    <pubDate>Wed, 29 Oct 2003 01:04:51 GMT</pubDate>
    <dc:creator>Wilfredo R. Castro</dc:creator>
    <dc:date>2003-10-29T01:04:51Z</dc:date>
    <item>
      <title>Direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104733#M147557</link>
      <description>How to restrict direct root access on HP-UX? &lt;BR /&gt;&lt;BR /&gt;Please reply&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Prashant</description>
      <pubDate>Tue, 28 Oct 2003 16:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104733#M147557</guid>
      <dc:creator>Prashant_15</dc:creator>
      <dc:date>2003-10-28T16:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104734#M147558</link>
      <description>vi /etc/securetty and put the word console in it by itself, this will prevent root from logging in from anywhere but the console...you can still su to root however.</description>
      <pubDate>Tue, 28 Oct 2003 16:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104734#M147558</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2003-10-28T16:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104735#M147559</link>
      <description>Hi Prashant,&lt;BR /&gt; &lt;BR /&gt;Do the following:&lt;BR /&gt;&lt;BR /&gt;echo console &amp;gt; /etc/securetty&lt;BR /&gt;chown root:sys /etc/securetty&lt;BR /&gt;chmod 400 /etc/securetty&lt;BR /&gt; &lt;BR /&gt;Now the only place that root can login from directly is the console.&lt;BR /&gt;If the file already exists, insure it only contains the string console&lt;BR /&gt; &lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 28 Oct 2003 16:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104735#M147559</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-10-28T16:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104736#M147560</link>
      <description>1) Enable /etc/securetty to restrict root to console.&lt;BR /&gt;2) Use sudo to avoid direct use of root account.&lt;BR /&gt;&lt;BR /&gt;Pramod</description>
      <pubDate>Tue, 28 Oct 2003 16:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104736#M147560</guid>
      <dc:creator>Pramod_4</dc:creator>
      <dc:date>2003-10-28T16:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104737#M147561</link>
      <description>See responses in your other question as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=241288" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=241288&lt;/A&gt;</description>
      <pubDate>Tue, 28 Oct 2003 16:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104737#M147561</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-10-28T16:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104738#M147562</link>
      <description>Cheers, &lt;BR /&gt;&lt;BR /&gt;Many thanks..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 16:32:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104738#M147562</guid>
      <dc:creator>Prashant_15</dc:creator>
      <dc:date>2003-10-28T16:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104739#M147563</link>
      <description>Prashant&lt;BR /&gt;&lt;BR /&gt;You can also do the following &lt;BR /&gt;&lt;BR /&gt;edit /etc/profile and add the following lines &lt;BR /&gt;&lt;BR /&gt;loginid=`who am i | awk '{print $1}'`&lt;BR /&gt;&lt;BR /&gt;echo $loginid&lt;BR /&gt;if [$loginid = root ]&lt;BR /&gt;then&lt;BR /&gt;exit&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this will exit the direct root login , however a user can login as a user and then su to root . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 16:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104739#M147563</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2003-10-28T16:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104740#M147564</link>
      <description>Easy: change the root password and never give it out to anyone. A bit more useful: download sudo and specify the commands and parameters allowed for certain users. They will never be allowed to login as root but can perform certain restricted tasks on behalf of root.</description>
      <pubDate>Tue, 28 Oct 2003 20:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104740#M147564</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-28T20:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104741#M147565</link>
      <description>How to download the SUDO and what it does exactly?</description>
      <pubDate>Wed, 29 Oct 2003 01:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104741#M147565</guid>
      <dc:creator>Wilfredo R. Castro</dc:creator>
      <dc:date>2003-10-29T01:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Direct root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104742#M147566</link>
      <description>The best source for HP-UX programs is found at &lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt; which is the Liverpool archive (there are several mirrors around the world). Essentially, you define user access in a file called sudoers which can be extensively configured for simple or complex commands and parameters. You can configure it so that the user simply types sudo in front of each command that requires root access. sudo logs everything so you can see the commands that were run. Knowledge of the root password is not needed.</description>
      <pubDate>Wed, 29 Oct 2003 08:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/direct-root-access/m-p/3104742#M147566</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-29T08:27:28Z</dc:date>
    </item>
  </channel>
</rss>

