<?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: Security issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063554#M139166</link>
    <description>a./etc/issue&lt;BR /&gt;&lt;BR /&gt;b.&lt;BR /&gt;# touch /etc/securetty&lt;BR /&gt;#chown root:bin /etc/securetty&lt;BR /&gt;# chmod 600 /etc/securetty</description>
    <pubDate>Thu, 04 Sep 2003 08:54:01 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-09-04T08:54:01Z</dc:date>
    <item>
      <title>Security issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063552#M139164</link>
      <description>a. how can i remove the inital info (below) when i try to access my host? &lt;BR /&gt;&lt;BR /&gt;"HP-UX timk370 B.11.11 U 9000/898 (ta)"&lt;BR /&gt;&lt;BR /&gt;b. how can i denied login of "root", the 1st time, from any connection except console?&lt;BR /&gt;&lt;BR /&gt;Many thanks.</description>
      <pubDate>Thu, 04 Sep 2003 08:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063552#M139164</guid>
      <dc:creator>Joeriz Agtay_3</dc:creator>
      <dc:date>2003-09-04T08:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Security issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063553#M139165</link>
      <description>First change the /etc/issue file and place whatever you like. I just use the server name. Make sure that you update /etc/inetd.conf file at the end telnetd line '-b /etc/issue' and '-B /etc/issue for the 'rlogind' line.&lt;BR /&gt;restart inetd 'inetd -c'&lt;BR /&gt;&lt;BR /&gt;If you want to disallow root as a direct login create a file called /etc/securetty and insert the word console and save it.&lt;BR /&gt;Make sure the permissions and ownership of the file is root:root and 400</description>
      <pubDate>Thu, 04 Sep 2003 08:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063553#M139165</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-09-04T08:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Security issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063554#M139166</link>
      <description>a./etc/issue&lt;BR /&gt;&lt;BR /&gt;b.&lt;BR /&gt;# touch /etc/securetty&lt;BR /&gt;#chown root:bin /etc/securetty&lt;BR /&gt;# chmod 600 /etc/securetty</description>
      <pubDate>Thu, 04 Sep 2003 08:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063554#M139166</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-04T08:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Security issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063555#M139167</link>
      <description>It is always good to create /etc/securetty file with only one line that says "console"&lt;BR /&gt;&lt;BR /&gt;this will force any user trying to gain root access to run # su which will then be logged in /var/adm/sulog.&lt;BR /&gt;&lt;BR /&gt;As for removing the initial info, you may want to edit the /etc/issue file with a warning note something like: you are accessing a private network for authorized users only, etc.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Sep 2003 20:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063555#M139167</guid>
      <dc:creator>E. Wong</dc:creator>
      <dc:date>2003-09-04T20:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Security issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063556#M139168</link>
      <description>NOTE: If you spell the word console incorrectly, or use /dev/console in the /etc/securetty file, then root cannot login from *ANY* location (the same effect would occur if securetty is empty). But you can always use su - root to gain root access.&lt;BR /&gt;&lt;BR /&gt;As far as the message in /etc/issue, be careful what you put there. That file is presented *prior* to login and authentication. It is a good idea NOT to identify the operating system and version or even the type of machine. A sugestion is to have just the simple hostname and perhaps (if your lawyers require it) a warning about access.</description>
      <pubDate>Fri, 05 Sep 2003 01:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063556#M139168</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-09-05T01:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Security issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063557#M139169</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The reason why security insists on removing the default banner is because it shows the system type as well the OS.&lt;BR /&gt;&lt;BR /&gt;The  suggestions were already made to get you what you need.&lt;BR /&gt;&lt;BR /&gt;However, there are other ways one can get the OS version and the system type. You will need to take care of them too.&lt;BR /&gt;&lt;BR /&gt;1. ftp: Use ftpaccess file. Look at ftpaccess man page. Use "suppressversion" and and "suppress hostname" with "banner" pointing to your customized warning message.&lt;BR /&gt;&lt;BR /&gt;2. Sendmail: If you are running sendmail, you can turn of this by editing /etc/mail/sendmail.cf file. Search for "GreetingMessage" and put two quotes after = sign.&lt;BR /&gt;&lt;BR /&gt;3. Turn of snmpd if you don't use. If you send traps or use snmp to monitor anything, configure your snmpd.conf file with a non-default community name.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 02:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-issue/m-p/3063557#M139169</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-09-05T02:11:03Z</dc:date>
    </item>
  </channel>
</rss>

