<?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: restricting telnet access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-telnet-access/m-p/3703459#M249773</link>
    <description>It will be a little hard to restrict by user, what you could do is to check if you can pass the port to listen to the telnet daemon and change it. Configure your sesions to connect to the specified port. Anyway tcpwrappers seems to be more apropiate.</description>
    <pubDate>Thu, 05 Jan 2006 15:47:59 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-01-05T15:47:59Z</dc:date>
    <item>
      <title>restricting telnet access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-telnet-access/m-p/3703455#M249769</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I want to restrict telnet access for everyone except myself (root) and some other users.&lt;BR /&gt;&lt;BR /&gt;Everyone else uses telnets (secure telnet) however they still have a telnet icon on their desktop which will take weeks to remove (so says the windows sys admin).&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;ap.</description>
      <pubDate>Thu, 05 Jan 2006 08:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-telnet-access/m-p/3703455#M249769</guid>
      <dc:creator>A Pandey</dc:creator>
      <dc:date>2006-01-05T08:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: restricting telnet access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-telnet-access/m-p/3703456#M249770</link>
      <description>You can either use tcpwrappers or or edit each users profile to restrict telnet access.</description>
      <pubDate>Thu, 05 Jan 2006 08:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-telnet-access/m-p/3703456#M249770</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2006-01-05T08:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: restricting telnet access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-telnet-access/m-p/3703457#M249771</link>
      <description>Use TCP wrappers&lt;BR /&gt;&lt;BR /&gt;Download and install the TCP  Wrapper depot from the HP website&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;The files are installed in two directories&lt;BR /&gt;            /usr/lbin&lt;BR /&gt;            /usr/newconfig/etc&lt;BR /&gt;&lt;BR /&gt; Make the following directories&lt;BR /&gt;            /usr/lbin/wrapper&lt;BR /&gt;            /usr/local/sbin/messages&lt;BR /&gt;            /usr/local/sbin/messages/reject&lt;BR /&gt;&lt;BR /&gt;Move the original telnet daemon file&lt;BR /&gt;   mv /usr/lbin/telnetd /usr/lbin/wrapper/telnetd&lt;BR /&gt;&lt;BR /&gt;Copy the tcpd file&lt;BR /&gt;   cp /usr/lbin/tcpd /usr/lbin/telnetd&lt;BR /&gt;&lt;BR /&gt; Copy the configuration files&lt;BR /&gt;cp /usr/newconfig/etc/hosts.allow /etc/hosts.allow&lt;BR /&gt;cp /usr/newconfig/etc/hosts.deny /etc/hosts.deny&lt;BR /&gt;cp /usr/newconfig/etc/tcpd.conf /etc/tcpd.conf&lt;BR /&gt;&lt;BR /&gt;Customize the /etc/hosts.allow file&lt;BR /&gt;            Add the following line to the end of the file:&lt;BR /&gt;&lt;BR /&gt;            telnetd : hostnames&lt;BR /&gt;&lt;BR /&gt; Customize the /etc/hosts.deny file&lt;BR /&gt;Add the following line to the end of the file&lt;BR /&gt;Telnetd : ALL : BANNERS /usr/local/sbin/messages/reject&lt;BR /&gt;&lt;BR /&gt;Customize the /etc/tcpd.conf file&lt;BR /&gt;   Remove the remark from the rfc931_timeout line&lt;BR /&gt;&lt;BR /&gt;Create the BANNER file&lt;BR /&gt;The file name must be the same as the daemon being manipulated â   in the case telnetd&lt;BR /&gt;   Change to /usr/local/sbin/messages/reject&lt;BR /&gt;    Create a file called telnetd with the following entry:&lt;BR /&gt;&lt;BR /&gt;WARNING!!&lt;BR /&gt;&lt;BR /&gt;The system you are attempting to connect to does not allow telnet sessions&lt;BR /&gt;         &lt;BR /&gt;&lt;BR /&gt;Force the inet daemon to re-read the configuration file&lt;BR /&gt;&lt;BR /&gt;            inetd â  c&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jan 2006 08:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-telnet-access/m-p/3703457#M249771</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-01-05T08:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: restricting telnet access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-telnet-access/m-p/3703458#M249772</link>
      <description>check out inetd.sec file .&lt;BR /&gt;&lt;BR /&gt;Man inetd.sec , you can allow telnet ,&lt;BR /&gt;from particular host and disable from all other hosts on the network .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thx,&lt;BR /&gt;bl.</description>
      <pubDate>Thu, 05 Jan 2006 08:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-telnet-access/m-p/3703458#M249772</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2006-01-05T08:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: restricting telnet access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-telnet-access/m-p/3703459#M249773</link>
      <description>It will be a little hard to restrict by user, what you could do is to check if you can pass the port to listen to the telnet daemon and change it. Configure your sesions to connect to the specified port. Anyway tcpwrappers seems to be more apropiate.</description>
      <pubDate>Thu, 05 Jan 2006 15:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-telnet-access/m-p/3703459#M249773</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-05T15:47:59Z</dc:date>
    </item>
  </channel>
</rss>

