<?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: Removal of digital/sco unix logon banner in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020545#M291</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am not a digital unix guy. But I guess you can play with your /etc/gettydefs to change that setting.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Thu, 10 Jul 2003 17:39:12 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2003-07-10T17:39:12Z</dc:date>
    <item>
      <title>Removal of digital/sco unix logon banner</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020544#M290</link>
      <description>With security in mind, we have edited the the /etc/issue file on the HP systems to state "Unauthorized Access Prohibited" and remove references to system name/OS. On digital/sco unix this file seems to only add the additional info. Is there a way to remove this information?</description>
      <pubDate>Thu, 10 Jul 2003 17:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020544#M290</guid>
      <dc:creator>MarkW_1</dc:creator>
      <dc:date>2003-07-10T17:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Removal of digital/sco unix logon banner</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020545#M291</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am not a digital unix guy. But I guess you can play with your /etc/gettydefs to change that setting.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 10 Jul 2003 17:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020545#M291</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-07-10T17:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Removal of digital/sco unix logon banner</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020546#M292</link>
      <description>I dont have a DEC or SCO box handy, but as a general rule this display is from 1 of 2 files.&lt;BR /&gt;&lt;BR /&gt;/etc/motd&lt;BR /&gt;/etc/issue&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I guess it could also be &lt;BR /&gt;/etc/copyright&lt;BR /&gt;&lt;BR /&gt;The easiest way to tell, is look in the /etc/profile and look for "cat filename" commands.  &lt;BR /&gt;&lt;BR /&gt;I was never sure of the legality of doing this, so always backed up the original, then created my own.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Thu, 10 Jul 2003 17:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020546#M292</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-07-10T17:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Removal of digital/sco unix logon banner</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020547#M293</link>
      <description>The /etc/motd had a reference, but not exactly the same as this logon banner:&lt;BR /&gt;&lt;BR /&gt;Unauthorized access prohibited!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Digital UNIX (windom.uhcolorado.edu) (ttyp7)&lt;BR /&gt;&lt;BR /&gt;login:</description>
      <pubDate>Thu, 10 Jul 2003 18:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020547#M293</guid>
      <dc:creator>MarkW_1</dc:creator>
      <dc:date>2003-07-10T18:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Removal of digital/sco unix logon banner</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020548#M294</link>
      <description>/etc/gettydefs must be modified. &lt;BR /&gt;&lt;BR /&gt;It has an initial entry of..... &lt;BR /&gt;&lt;BR /&gt;console# B9600 HUPCL CS8 CLOCAL IXON OPOST ONLCR # B9600 SANE IXANY TAB3 CLOCAL&lt;BR /&gt;#\r\n\r\n%v (%h) %t\r\n\r\n\rlogin: #console&lt;BR /&gt;&lt;BR /&gt;which is what the system will present to the user when a telnetd process is invoked.....(see 'man gettydefs' for more information )&lt;BR /&gt;&lt;BR /&gt;simply place an entry above this one similar to the following (remember to ensure there is at least 1 blank line between each entry) &lt;BR /&gt;&lt;BR /&gt;default# B9600 HUPCL CS8 CLOCAL IXON OPOST ONLCR # B9600 SANE IXANY TAB3 CLOCAL&lt;BR /&gt;#\r\n#default&lt;BR /&gt;&lt;BR /&gt;This will then simply display the word 'login:' when a user connects......&lt;BR /&gt;&lt;BR /&gt;Should you wish to display a warning or banner message before the login: is presented you can also create a file called /etc/issue and /etc/issue.net (for X-windows) containing any text you would like displaying....(see 'man issue' for information)&lt;BR /&gt;&lt;BR /&gt;Once a user has logged in, messages can be diplayed by modifying /etc/motd ( message of the day ) &lt;BR /&gt;&lt;BR /&gt;Note : This first entry in gettydefs is classed as default.</description>
      <pubDate>Fri, 11 Jul 2003 06:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020548#M294</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-11T06:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Removal of digital/sco unix logon banner</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020549#M295</link>
      <description>twang,&lt;BR /&gt;&lt;BR /&gt;Sorry it took so long to reply.  I did not have a chance to test your suggestion.  For DEC unix that was the answer.  Thanks.  For SCO unix 5.0 the banner line in /etc/default/issue needed to be commented out.  For SCO unix 7.1 ttymon needs to be restarted with a "-p" parameter which provides a login prompt with no banner message.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 25 Jul 2003 14:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/removal-of-digital-sco-unix-logon-banner/m-p/3020549#M295</guid>
      <dc:creator>MarkW_1</dc:creator>
      <dc:date>2003-07-25T14:23:55Z</dc:date>
    </item>
  </channel>
</rss>

