<?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: restrict access to telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595771#M33353</link>
    <description>inetd.sec don't permit use username or I don't use it</description>
    <pubDate>Tue, 16 Oct 2001 14:27:00 GMT</pubDate>
    <dc:creator>Andres Martinez</dc:creator>
    <dc:date>2001-10-16T14:27:00Z</dc:date>
    <item>
      <title>restrict access to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595765#M33347</link>
      <description>How can I restrict access to telnet by user name but other user can access by su&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 16 Oct 2001 13:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595765#M33347</guid>
      <dc:creator>Andres Martinez</dc:creator>
      <dc:date>2001-10-16T13:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595766#M33348</link>
      <description>You want to restrict users from using telnet on a machine or to a machine. By referencing "su", I'm assuming you are talking about using telnet on a machine to get to another. You could change the permissions on telnet, which should be r-xr-xr-x right now, to r-x------.</description>
      <pubDate>Tue, 16 Oct 2001 13:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595766#M33348</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-16T13:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595767#M33349</link>
      <description>No, I want that user named notelnet (by example) can't make telnet, but user named pepe (by example) can make telnet and can make su notelnet from his session.</description>
      <pubDate>Tue, 16 Oct 2001 13:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595767#M33349</guid>
      <dc:creator>Andres Martinez</dc:creator>
      <dc:date>2001-10-16T13:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595768#M33350</link>
      <description>Change the permissions to r-xr-x--- (chmod 550), then change the group to "telnets" (chgrp telnets /usr/bin/telnet). Add the users you want to the "telnets" group in /etc/group.&lt;BR /&gt;&lt;BR /&gt;Now if you want to restrict users from telnetting into your machine use inetd.sec (see man pages).</description>
      <pubDate>Tue, 16 Oct 2001 13:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595768#M33350</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-16T13:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595769#M33351</link>
      <description>Harry,&lt;BR /&gt;it also possible as U say to use inetd.sec to restirct of using telnet fo some users.&lt;BR /&gt;Andres, U need to create this file inetd.sec onder /var/adm, inh this file u can put the name of the user or the ip adr.of his pc to prevent hem from using telnet example&lt;BR /&gt;&lt;BR /&gt;telnet  deny  (username or ip adres.)&lt;BR /&gt;regards,&lt;BR /&gt;Hamdy&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2001 14:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595769#M33351</guid>
      <dc:creator>Hamdy Al-Sebaey</dc:creator>
      <dc:date>2001-10-16T14:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595770#M33352</link>
      <description>Hamdy,&lt;BR /&gt;&lt;BR /&gt;I think he is talking about a user logged into serverA trying to execute a telnet to another server.&lt;BR /&gt;&lt;BR /&gt;If he is talking about restricting someone from logging into serverA using telnet, then he needs to use the inetd.sec file in /var/adm/.&lt;BR /&gt;&lt;BR /&gt;harry</description>
      <pubDate>Tue, 16 Oct 2001 14:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595770#M33352</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-16T14:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595771#M33353</link>
      <description>inetd.sec don't permit use username or I don't use it</description>
      <pubDate>Tue, 16 Oct 2001 14:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595771#M33353</guid>
      <dc:creator>Andres Martinez</dc:creator>
      <dc:date>2001-10-16T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595772#M33354</link>
      <description>Hello Andres,&lt;BR /&gt;&lt;BR /&gt;if I got you right, you will have to enter something into ALL login scripts (TELNET,RLOGIN,XDMCP) and in there do something like:&lt;BR /&gt;&lt;BR /&gt;case "$0" in&lt;BR /&gt; -su|su) echo ok ;;&lt;BR /&gt; *) echo "no"; exit 1 ;;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Tue, 16 Oct 2001 14:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-access-to-telnet/m-p/2595772#M33354</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-10-16T14:29:54Z</dc:date>
    </item>
  </channel>
</rss>

