<?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: Deny telnet for a user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116897#M149974</link>
    <description>The simple thing to do is to either use /var/adm/inetd.sec or possibly give them a .profile that contains just one command "exit".&lt;BR /&gt; &lt;BR /&gt;When they log in with ftp, the .profile is not run but all the other protocols you mention do.&lt;BR /&gt;</description>
    <pubDate>Wed, 12 Nov 2003 06:24:57 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2003-11-12T06:24:57Z</dc:date>
    <item>
      <title>Deny telnet for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116896#M149973</link>
      <description>Hi all,&lt;BR /&gt;I've a user on my machine, to whom I want to allow only ftp protocol not telnet, ssh, rlogin etc.. What I've to do ?&lt;BR /&gt;Thanks a lot</description>
      <pubDate>Wed, 12 Nov 2003 06:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116896#M149973</guid>
      <dc:creator>Sirius Black</dc:creator>
      <dc:date>2003-11-12T06:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deny telnet for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116897#M149974</link>
      <description>The simple thing to do is to either use /var/adm/inetd.sec or possibly give them a .profile that contains just one command "exit".&lt;BR /&gt; &lt;BR /&gt;When they log in with ftp, the .profile is not run but all the other protocols you mention do.&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2003 06:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116897#M149974</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-12T06:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Deny telnet for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116898#M149975</link>
      <description>Change inetd.sec as per Mark above, or set the shell to /usr/bin/false in /etc/passwd.&lt;BR /&gt;(Both on the target system).&lt;BR /&gt;&lt;BR /&gt;-- Graham</description>
      <pubDate>Wed, 12 Nov 2003 06:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116898#M149975</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-11-12T06:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Deny telnet for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116899#M149976</link>
      <description>THis doc will help u&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062906536" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062906536&lt;/A&gt;</description>
      <pubDate>Wed, 12 Nov 2003 06:35:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116899#M149976</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-12T06:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deny telnet for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116900#M149977</link>
      <description>Graham with your solution the ftp does'nt pass instead with Mark's solution all things goes good..&lt;BR /&gt;Thanks a lot&lt;BR /&gt;Fabrizio&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2003 06:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116900#M149977</guid>
      <dc:creator>Sirius Black</dc:creator>
      <dc:date>2003-11-12T06:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Deny telnet for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116901#M149978</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Put this is /etc/profile:&lt;BR /&gt;&lt;BR /&gt;NAME=`logname`&lt;BR /&gt;if [ $NAME = user_to_deny ]&lt;BR /&gt;then&lt;BR /&gt;exit&lt;BR /&gt;fi &lt;BR /&gt;&lt;BR /&gt;Fabricio.</description>
      <pubDate>Wed, 12 Nov 2003 07:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116901#M149978</guid>
      <dc:creator>Fabricio_2</dc:creator>
      <dc:date>2003-11-12T07:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Deny telnet for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116902#M149979</link>
      <description>Mark's solution should work, but only if /bin/false is in /etc/shells</description>
      <pubDate>Wed, 12 Nov 2003 07:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116902#M149979</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-12T07:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Deny telnet for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116903#M149980</link>
      <description>Hi Alleva,&lt;BR /&gt;&lt;BR /&gt;Easiest way to do this is with tcp-wrappers available here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Using inetd.sec you can only go to the host or subnet level. TCP-wrappers allows you to extend the granularity to the user level.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 12 Nov 2003 08:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deny-telnet-for-a-user/m-p/3116903#M149980</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-11-12T08:39:21Z</dc:date>
    </item>
  </channel>
</rss>

