<?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: Disable root telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962882#M118784</link>
    <description>Sorry.  My explanation wasn't real clear.  You might not have an /etc/securetty file on your system.  The file isn't there by default.  You can just create one and just put the word 'console' in it to restrict root logins to the console.&lt;BR /&gt;&lt;BR /&gt;Take a look at 'man login' and it will explain a little more about the securetty file.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Apr 2003 13:32:20 GMT</pubDate>
    <dc:creator>John Poff</dc:creator>
    <dc:date>2003-04-30T13:32:20Z</dc:date>
    <item>
      <title>Disable root telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962879#M118781</link>
      <description>I would like to know is there a way in HPUX you can disable root to telnet to the server. I know sun solaris under " /etc/default/login" you can block root telnet to the server.</description>
      <pubDate>Wed, 30 Apr 2003 12:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962879#M118781</guid>
      <dc:creator>Raghuram Ollakal_1</dc:creator>
      <dc:date>2003-04-30T12:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disable root telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962880#M118782</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can put an entry in the /etc/securetty file so that root can only login at the console.  Everybody else will have to login under another account and su to root.  Just put this:&lt;BR /&gt;&lt;BR /&gt;console&lt;BR /&gt;&lt;BR /&gt;in /etc/securetty and you'll be set.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 12:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962880#M118782</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-30T12:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disable root telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962881#M118783</link>
      <description>I was not able to see a file " etc/securitty" on my server. even I did a " find / - name securitty -print" comes up empty. Could you check and make sure that is the right file, please.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 13:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962881#M118783</guid>
      <dc:creator>Raghuram Ollakal_1</dc:creator>
      <dc:date>2003-04-30T13:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disable root telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962882#M118784</link>
      <description>Sorry.  My explanation wasn't real clear.  You might not have an /etc/securetty file on your system.  The file isn't there by default.  You can just create one and just put the word 'console' in it to restrict root logins to the console.&lt;BR /&gt;&lt;BR /&gt;Take a look at 'man login' and it will explain a little more about the securetty file.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 13:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962882#M118784</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-30T13:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disable root telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962883#M118785</link>
      <description>As Mr. Poff stated, use /etc/securetty.  If not present, make one.&lt;BR /&gt;&lt;BR /&gt;vi /etc/securetty&lt;BR /&gt;console&lt;BR /&gt;&lt;BR /&gt;chmod 440 /etc/securetty (* make it read only *)&lt;BR /&gt;&lt;BR /&gt;From the man page for 'login':&lt;BR /&gt;&lt;BR /&gt;"...If the /etc/securetty file is present, login security is in effect, i.e., root is allowed to log in successfully only on the ttys listed in this file. Restricted ttys are listed by device name, one per line. Valid tty names are dependent on the installation. An example is &lt;BR /&gt;&lt;BR /&gt;console..."&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90007/B9106-90007_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90007/00/01/177-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90007/00/01/177-toc.html&amp;amp;searchterms=login%7c/etc/securetty&amp;amp;queryid=20030430-083357" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90007/B9106-90007_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90007/00/01/177-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90007/00/01/177-toc.html&amp;amp;searchterms=login%7c/etc/securetty&amp;amp;queryid=20030430-083357&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 13:35:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962883#M118785</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-30T13:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Disable root telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962884#M118786</link>
      <description>Also, it might just be a typo, but in your post you spelled it "securitty" instead of "securetty".&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 13:35:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962884#M118786</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-30T13:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disable root telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962885#M118787</link>
      <description>create a file in /etc called "securetty"&lt;BR /&gt;and put an entry called "console"&lt;BR /&gt;&lt;BR /&gt;This will allow root access only from console and rest all the telnet sessions need to login as own user id then do a su to access superuser &lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 30 Apr 2003 13:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-root-telnet/m-p/2962885#M118787</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-04-30T13:40:26Z</dc:date>
    </item>
  </channel>
</rss>

