<?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: banner set-up in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067742#M139985</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Ive setup the banner display but how would is display the following in BOLD HIGHLIGHTED font - WARNING AUTHORISED ACCESS ONLY - to be displayed?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
    <pubDate>Thu, 11 Sep 2003 14:03:59 GMT</pubDate>
    <dc:creator>Edgar_10</dc:creator>
    <dc:date>2003-09-11T14:03:59Z</dc:date>
    <item>
      <title>banner set-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067736#M139979</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;What file need i edit/create to display the hostname being accessed before the user is prompted with the login prompt during a telnet/rlogin session?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Wed, 10 Sep 2003 13:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067736#M139979</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-09-10T13:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: banner set-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067737#M139980</link>
      <description>The file that displays befoer a telnet login is /etc/issue&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 10 Sep 2003 13:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067737#M139980</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-10T13:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: banner set-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067738#M139981</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;For telnet, modify the telnetd entry in /etc/inetd.conf (see man telnetd):&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd -b &lt;BANNERFILE&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/issue may work for rlogin - not sure.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;/BANNERFILE&gt;</description>
      <pubDate>Wed, 10 Sep 2003 13:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067738#M139981</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-10T13:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: banner set-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067739#M139982</link>
      <description>Hi, for telnet you already have the answer, for rlogin add the followinf line in /etc/inetd.conf:&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/rlogind [-lns] [-B bannerfile]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks to "man rlogind"</description>
      <pubDate>Wed, 10 Sep 2003 13:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067739#M139982</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-10T13:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: banner set-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067740#M139983</link>
      <description>When using /etc/issue - do not put a welcome message i.e. "Welcome to ABCD PLC" as there has alledgely been a case where a hacker got away with it because his defence was "It said welcome so I presumed I was". The judge being not exactly computer literate dismissed the case. &lt;BR /&gt;&lt;BR /&gt;Also do not announce the OS as this again gives the potential hacker more information. &lt;BR /&gt;&lt;BR /&gt;Your etc/issue could contain something like this &lt;BR /&gt;&lt;BR /&gt;-------WARNING------ &lt;BR /&gt;YOUR CONNECTION TO THIS MACHINE &lt;BR /&gt;WILL BE MONITORED AND RECORDED. &lt;BR /&gt;UNAUTHORISED USE OR OVER &lt;BR /&gt;AUTHORISED USE OF THIS SYSTEM &lt;BR /&gt;IS FORBIDDEN. &lt;BR /&gt;&lt;BR /&gt;HTH &lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 10 Sep 2003 13:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067740#M139983</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-09-10T13:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: banner set-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067741#M139984</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The file is, as Pete noted, whatever follows the -b parameter on the /etc/inetd.conf line for telnet.&lt;BR /&gt;&lt;BR /&gt;BUT - I would STRONGLY encourage you not to advertise the host name this way. Hackers love this, they may get an IP &amp;amp; have NO clue what the host is. This will give it to them on a silver platter.&lt;BR /&gt;The only thing that should be displayed in a banner is a legal warning about what users can &amp;amp; can't do, that they will be monitored &amp;amp; criminal activities will result in prosecution - period.&lt;BR /&gt;&lt;BR /&gt;You never want to advertise hostnames nor OS types in banners - never.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 10 Sep 2003 13:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067741#M139984</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-09-10T13:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: banner set-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067742#M139985</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Ive setup the banner display but how would is display the following in BOLD HIGHLIGHTED font - WARNING AUTHORISED ACCESS ONLY - to be displayed?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Thu, 11 Sep 2003 14:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067742#M139985</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-09-11T14:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: banner set-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067743#M139986</link>
      <description>Hi,&lt;BR /&gt;it was with the old terminal ascii art and nice finger, animations. I had one of them at university...&lt;BR /&gt;&lt;BR /&gt;Check these link and find your inspiration!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.geocities.com/SoHo/2695/links.htm#animations" target="_blank"&gt;http://www.geocities.com/SoHo/2695/links.htm#animations&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://llizard.crosswinds.net/ascii-art/animation/animframe.htm" target="_blank"&gt;http://llizard.crosswinds.net/ascii-art/animation/animframe.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(found by a goggle search with "ascii art" "ascii animations")&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 14:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067743#M139986</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-11T14:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: banner set-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067744#M139987</link>
      <description>NO POINTS&lt;BR /&gt;&lt;BR /&gt;i lothe these:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://grox.net/misc/vt/" target="_blank"&gt;http://grox.net/misc/vt/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;NO POINTS&lt;BR /&gt;&lt;BR /&gt;    Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 14:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067744#M139987</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-11T14:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: banner set-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067745#M139988</link>
      <description>/etc/issue contains:&lt;BR /&gt;&lt;BR /&gt;^[[1m WARNING AUTHORISED ACCESS ONLY  ^[[m&lt;BR /&gt;&lt;BR /&gt;where:&lt;BR /&gt;^[[1m is CTRL-V CTRL-[ [ 1 m&lt;BR /&gt;^[[m  is CTRL-V CTRL-[ [ m&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Thu, 11 Sep 2003 14:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-set-up/m-p/3067745#M139988</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2003-09-11T14:59:33Z</dc:date>
    </item>
  </channel>
</rss>

