<?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: Root Login At Console in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-login-at-console/m-p/3543552#M223728</link>
    <description>&lt;BR /&gt;Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;edit /etc/securetty  file add the entry &lt;BR /&gt;console.&lt;BR /&gt;&lt;BR /&gt;Now direct root login will be restricted to console .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;BL.</description>
    <pubDate>Thu, 12 May 2005 13:54:22 GMT</pubDate>
    <dc:creator>baiju_3</dc:creator>
    <dc:date>2005-05-12T13:54:22Z</dc:date>
    <item>
      <title>Root Login At Console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-login-at-console/m-p/3543549#M223725</link>
      <description>The root login is currently unable to log into our server at the locally attached server console. I would like to change the configuration such that root will be able to login at the console but still NOT be able to do so from a telnet connection. What configuration change(s) must I do in order to accomplish this? Thanks.</description>
      <pubDate>Thu, 12 May 2005 12:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-login-at-console/m-p/3543549#M223725</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2005-05-12T12:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Root Login At Console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-login-at-console/m-p/3543550#M223726</link>
      <description>Setup the /etc/securetty file.&lt;BR /&gt;&lt;BR /&gt;# echo CONSOLE &amp;gt; /etc/securetty&lt;BR /&gt;&lt;BR /&gt;This will allow root at console but no root telnet logins.</description>
      <pubDate>Thu, 12 May 2005 12:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-login-at-console/m-p/3543550#M223726</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-12T12:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Root Login At Console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-login-at-console/m-p/3543551#M223727</link>
      <description>Its probably blocked in the configuration file:&lt;BR /&gt;&lt;BR /&gt;/etc/securetty&lt;BR /&gt;&lt;BR /&gt;Prior thread:&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fsearch.hp.com%2Fredirect.html%3Furl%3Dhttp%253A%2F%2Fforums1.itrc.hp.com%2Fservice%2Fforums%2Fquestionanswer.do%253FthreadId%253D753074%26qt%3D%2Bblock%2Broot%2Bconsole%2Blogin%26hit%3D6&amp;amp;aid=SEARCH_FORUMS&amp;amp;pil=6&amp;amp;serStr=block+root+console+login&amp;amp;pir=6" target="_blank"&gt;http://www1.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fsearch.hp.com%2Fredirect.html%3Furl%3Dhttp%253A%2F%2Fforums1.itrc.hp.com%2Fservice%2Fforums%2Fquestionanswer.do%253FthreadId%253D753074%26qt%3D%2Bblock%2Broot%2Bconsole%2Blogin%26hit%3D6&amp;amp;aid=SEARCH_FORUMS&amp;amp;pil=6&amp;amp;serStr=block+root+console+login&amp;amp;pir=6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 May 2005 12:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-login-at-console/m-p/3543551#M223727</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-12T12:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Root Login At Console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-login-at-console/m-p/3543552#M223728</link>
      <description>&lt;BR /&gt;Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;edit /etc/securetty  file add the entry &lt;BR /&gt;console.&lt;BR /&gt;&lt;BR /&gt;Now direct root login will be restricted to console .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;BL.</description>
      <pubDate>Thu, 12 May 2005 13:54:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-login-at-console/m-p/3543552#M223728</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2005-05-12T13:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Root Login At Console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-login-at-console/m-p/3543553#M223729</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;Apart from adding console in /etc/securetty file, you would also need to remove any possible entries from where you would not like "root" to login (such as tty/??).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suraj</description>
      <pubDate>Fri, 13 May 2005 01:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-login-at-console/m-p/3543553#M223729</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-13T01:45:30Z</dc:date>
    </item>
  </channel>
</rss>

