<?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: Disalbing Telnet for specific users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953100#M116475</link>
    <description>Hi Gregory,&lt;BR /&gt;Although tcp_wrappers and inetd.sec will allow or restrict networks and hosts, I do not believe they will restrict users on networks or hosts, so as I understand, they won't work for his needs.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Kel</description>
    <pubDate>Wed, 16 Apr 2003 18:15:45 GMT</pubDate>
    <dc:creator>Kelli Ward</dc:creator>
    <dc:date>2003-04-16T18:15:45Z</dc:date>
    <item>
      <title>Disalbing Telnet for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953095#M116470</link>
      <description>I'm looking to migrate users on a 11i system off of telnet and onto SSH. I am unable to stop the telnetd process, as our production systems require that a generic login be able to access the server. I'm not too worried about this traffic as no sensitive information is being passed over these sessions.&lt;BR /&gt;&lt;BR /&gt;I fear that asking them nicely not to use telnet will have a limited effect.&lt;BR /&gt;&lt;BR /&gt;In a nutshell, what I need to do is do is disable telnet for all users except 'menu'. I've looked into slapping some script to kick them off into /etc/profile but I fear that will take effect when they login through ssh as well. I'm unable to find a way to tell the difference between a telnet session and a ssh session in a shell script so I can terminate the connection appropriatly.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance (and please excuse my abhorrent spelling)&lt;BR /&gt;Bruce</description>
      <pubDate>Wed, 16 Apr 2003 15:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953095#M116470</guid>
      <dc:creator>Bruce Link</dc:creator>
      <dc:date>2003-04-16T15:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disalbing Telnet for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953096#M116471</link>
      <description>Bruce&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In a script pick up the process id and its parent id and if parent telnd then exit.&lt;BR /&gt;&lt;BR /&gt;Just an idea.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 16 Apr 2003 15:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953096#M116471</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-04-16T15:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Disalbing Telnet for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953097#M116472</link>
      <description>Bruce,&lt;BR /&gt;&lt;BR /&gt;You get an A+ for spelling!  Not a single mistake.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 16 Apr 2003 15:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953097#M116472</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-16T15:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disalbing Telnet for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953098#M116473</link>
      <description>man on inetd.sec.&lt;BR /&gt;&lt;BR /&gt;you can configure /var/adm/inetd.sec file to allow only the specific ipadress  to access ftp,telnet,rlogin etc. You can configure for entire subnet or perticular ip.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 16 Apr 2003 15:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953098#M116473</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-04-16T15:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disalbing Telnet for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953099#M116474</link>
      <description>Bruce,&lt;BR /&gt;&lt;BR /&gt;Being relatively new to Unix I could be wrong on this, but couldn't you use TCP Wrappers and then deny all in the hosts.deny file.  &lt;BR /&gt;&lt;BR /&gt;You could have the telnet process running but no one could access it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Greg</description>
      <pubDate>Wed, 16 Apr 2003 17:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953099#M116474</guid>
      <dc:creator>Gregory Lee_1</dc:creator>
      <dc:date>2003-04-16T17:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disalbing Telnet for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953100#M116475</link>
      <description>Hi Gregory,&lt;BR /&gt;Although tcp_wrappers and inetd.sec will allow or restrict networks and hosts, I do not believe they will restrict users on networks or hosts, so as I understand, they won't work for his needs.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Kel</description>
      <pubDate>Wed, 16 Apr 2003 18:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953100#M116475</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2003-04-16T18:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disalbing Telnet for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953101#M116476</link>
      <description>Hi Bruce,&lt;BR /&gt;&lt;BR /&gt;Yes, you CAN do this with tcp_wrappers.&lt;BR /&gt;&lt;BR /&gt;First - set up the hosts.deny as follows&lt;BR /&gt;&lt;BR /&gt;telnetd : ALL&lt;BR /&gt;&lt;BR /&gt;Then - set up the hosts.allow as follows&lt;BR /&gt;&lt;BR /&gt;telnetd : menu@ALL&lt;BR /&gt;&lt;BR /&gt;Of course this does nothing about FTP, rlogin, finger, etc. But you can tailor the files to cover those as well or use inetd.sec to limit those in addition. And you could limit the user menu to a specific host or subnet&lt;BR /&gt;&lt;BR /&gt;telnetd : menu@host1 &lt;BR /&gt;telnetd : menu@128.1.1&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;P.S. Sorry Kel...had to set the record straight.</description>
      <pubDate>Wed, 16 Apr 2003 18:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953101#M116476</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-16T18:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disalbing Telnet for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953102#M116477</link>
      <description>No Problem,&lt;BR /&gt;I don't use tcp_wrappers all that much.&lt;BR /&gt;Can you use user@ with inetd.sec?&lt;BR /&gt;Never seen it in the man pages, didn't think you could.&lt;BR /&gt;If not, I think it should be added, that's a usable tool.&lt;BR /&gt;Thanks for the info.&lt;BR /&gt;Kel</description>
      <pubDate>Thu, 17 Apr 2003 13:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953102#M116477</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2003-04-17T13:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disalbing Telnet for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953103#M116478</link>
      <description>Hi Kel,&lt;BR /&gt;&lt;BR /&gt;AFAIK only tcp_wrappers has this functionality - you're correct, inted.sec does not.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;P.S. The new hat looks good on you. Purple must be your color.</description>
      <pubDate>Thu, 17 Apr 2003 13:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953103#M116478</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-17T13:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disalbing Telnet for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953104#M116479</link>
      <description>I found this question interesting, because I am trying to do a similar function. I have need to disable telnetd specifically for one user. I want the user to have access to ftp and they must have full access to their startup files, i.e, /etc/profile, .profile, etc.&lt;BR /&gt;&lt;BR /&gt;I loaded the tcp_wrappers for 11.0 from the "dspp" page. Seems to have loaded ok.&lt;BR /&gt;&lt;BR /&gt;However, I cannot get the /etc/hosts.allow or the /etc/hosts.deny to act as I wish. I have read the hosts_access man pages...I thought things were pretty clear, but, I can't seem to deny telnetd to a specific user.&lt;BR /&gt;&lt;BR /&gt;This is my entry in the hosts.deny (I have no host.allow):&lt;BR /&gt;telnetd:  myuserid@ALL&lt;BR /&gt;&lt;BR /&gt;(I'm really looking for a function like the /etc/securetty --- the root only deny mechanism).&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.</description>
      <pubDate>Thu, 12 Jun 2003 20:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disalbing-telnet-for-specific-users/m-p/2953104#M116479</guid>
      <dc:creator>Jim Krol</dc:creator>
      <dc:date>2003-06-12T20:13:20Z</dc:date>
    </item>
  </channel>
</rss>

