<?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: telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228039#M171502</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;Make the comment in /etc/services and /etc/inetd.conf file&lt;BR /&gt;&lt;BR /&gt;Thanx</description>
    <pubDate>Thu, 25 Mar 2004 02:28:10 GMT</pubDate>
    <dc:creator>Suresh Patoria</dc:creator>
    <dc:date>2004-03-25T02:28:10Z</dc:date>
    <item>
      <title>telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228023#M171486</link>
      <description>How to block the user from accessing the&lt;BR /&gt;system through telnet.&lt;BR /&gt;how to restrict the user from using the telnet &lt;BR /&gt;utility?&lt;BR /&gt;&lt;BR /&gt;Amit Singh</description>
      <pubDate>Wed, 24 Mar 2004 06:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228023#M171486</guid>
      <dc:creator>amit singh_3</dc:creator>
      <dc:date>2004-03-24T06:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228024#M171487</link>
      <description>If you know the user's IP@&lt;BR /&gt;change /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;man inetd.sec&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Wed, 24 Mar 2004 06:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228024#M171487</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-03-24T06:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228025#M171488</link>
      <description>Or if it's to stop everyone using it, comment out the telnetd entery in /etc/inetd.conf and restart inetd.</description>
      <pubDate>Wed, 24 Mar 2004 06:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228025#M171488</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-24T06:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228026#M171489</link>
      <description>ur not getting me,&lt;BR /&gt;what I want to say is that...&lt;BR /&gt;I am having auser "ana" &amp;amp; "root" from the other servers. I want that they should not do the telnet to my servers.&lt;BR /&gt;What should i do ?&lt;BR /&gt;&lt;BR /&gt;Amit Singh</description>
      <pubDate>Wed, 24 Mar 2004 06:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228026#M171489</guid>
      <dc:creator>amit singh_3</dc:creator>
      <dc:date>2004-03-24T06:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228027#M171490</link>
      <description>why would like to stop telnet for a particular user?? Then what access you want to give the user other than telnet??&lt;BR /&gt;&lt;BR /&gt;Is it a permanently or temporarily.&lt;BR /&gt;type:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; home direcotyr of user/logout&lt;BR /&gt;&lt;BR /&gt;this will creat a file logout in user's home directory&lt;BR /&gt;&lt;BR /&gt;and then put this entry in the .profile of the user's home directory.&lt;BR /&gt;&lt;BR /&gt;if (test -f logout)&lt;BR /&gt;then exit 0&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;to enable access to the user remove the file logout from the home directory of the user.&lt;BR /&gt;&lt;BR /&gt;with best wishes.&lt;BR /&gt;naveej&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 06:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228027#M171490</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-03-24T06:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228028#M171491</link>
      <description>As suggested, use /var/adm/inetd.sec to restrict inbound access.&lt;BR /&gt;&lt;BR /&gt;Regarding limiting the use of the telnet application, it's another matter where you have the option to incorporate a set of different approaches. Each approach have some cons.&lt;BR /&gt;&lt;BR /&gt;1) Completely remove telnet from the system.&lt;BR /&gt;&lt;BR /&gt;2) Move the telnet binary to a directory which is only accessible by certain users.&lt;BR /&gt;&lt;BR /&gt;3) Wrap the telnet binary in a script.&lt;BR /&gt;&lt;BR /&gt;4) Setup a jailed shell, which doesnt include the binary.&lt;BR /&gt;&lt;BR /&gt;No matter which approach you choose, you have to ensue that the user aint able to transfer data to the account, otherwise the user would be able to circumvent the restriction by uploading a binary with telnet capabilities.</description>
      <pubDate>Wed, 24 Mar 2004 06:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228028#M171491</guid>
      <dc:creator>Mourad Derriche</dc:creator>
      <dc:date>2004-03-24T06:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228029#M171492</link>
      <description>In yoour case, as you know from where the user is going to telnet and with what user name the user is going to log in..&lt;BR /&gt;&lt;BR /&gt;U can easily set up a script in the .profile of the home directory of the user or in the /etc/profile , which matches the IP address and the user name by executing whomai and who -u and hence denying access...&lt;BR /&gt;&lt;BR /&gt;With best wishes&lt;BR /&gt;naveej</description>
      <pubDate>Wed, 24 Mar 2004 06:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228029#M171492</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-03-24T06:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228030#M171493</link>
      <description>In linux we are having the /etc/xinetd.d/telnet in which we can specify the uid's which are allowed to the system.&lt;BR /&gt;does HP-Ux is having that kind of functionality? thats what  I want to know.&lt;BR /&gt;&lt;BR /&gt;also if I want to block the root from the &lt;BR /&gt;other system for doing the telnet to my machine, I can edit the /etc/securetty file&lt;BR /&gt;in linux and remove the line "telnet" from that, but what to do in HP-Ux?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Amit Singh</description>
      <pubDate>Wed, 24 Mar 2004 06:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228030#M171493</guid>
      <dc:creator>amit singh_3</dc:creator>
      <dc:date>2004-03-24T06:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228031#M171494</link>
      <description>on HPUX&lt;BR /&gt;&lt;BR /&gt;/etc/securetty&lt;BR /&gt;one line&lt;BR /&gt;console&lt;BR /&gt;&lt;BR /&gt;so only root cannot telnet from a remote system. You will have to telnet as another user then su for root.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Wed, 24 Mar 2004 06:48:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228031#M171494</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-03-24T06:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228032#M171495</link>
      <description>Hi,&lt;BR /&gt;For telnet restrictions try from SAM &lt;BR /&gt;for denying root telnet access just create a file /etc/securetty and add "console" with the following command:&lt;BR /&gt;#cat "console" &amp;gt; /etc/securetty&lt;BR /&gt;&lt;BR /&gt;Reg</description>
      <pubDate>Wed, 24 Mar 2004 06:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228032#M171495</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-03-24T06:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228033#M171496</link>
      <description>Can think of installing "SSH" and disabling telnet I think ssh can have such controls though not tested&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Wed, 24 Mar 2004 06:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228033#M171496</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-03-24T06:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228034#M171497</link>
      <description>hey jean I agree with U but what about the&lt;BR /&gt;normal user? if I want that the particular user should not do the telnet to my machine&lt;BR /&gt;then which file should I change?&lt;BR /&gt;&lt;BR /&gt;Amit singh</description>
      <pubDate>Wed, 24 Mar 2004 07:14:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228034#M171497</guid>
      <dc:creator>amit singh_3</dc:creator>
      <dc:date>2004-03-24T07:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228035#M171498</link>
      <description>The /etc/securetty file is for root only and normal users can login from any other pc but root can only login through console.&lt;BR /&gt;You can use a normal user login and use su to get the root login if required.&lt;BR /&gt;&lt;BR /&gt;Reg</description>
      <pubDate>Wed, 24 Mar 2004 07:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228035#M171498</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-03-24T07:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228036#M171499</link>
      <description>If you have /etc/default/security setup&lt;BR /&gt;&lt;BR /&gt;remove/rename this user home directory and amend the security file with :&lt;BR /&gt;ABORT_LOGIN_ON_MISSING_HOMEDIR=1 &lt;BR /&gt;Therefore the user with no valid home directory will fail to login.&lt;BR /&gt;&lt;BR /&gt;Jean-Luc&lt;BR /&gt;PS : I haven't tried myself, this is from documentation &lt;BR /&gt;check this link &lt;BR /&gt;&lt;A href="http://www.interex.org/pubcontent/enterprise/jul01/09uxqa.html" target="_blank"&gt;http://www.interex.org/pubcontent/enterprise/jul01/09uxqa.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 07:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228036#M171499</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-03-24T07:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228037#M171500</link>
      <description>hey jean,&lt;BR /&gt;&lt;BR /&gt;thanks for Ur help.&lt;BR /&gt;but would U tell me what will happen if I put the name of the user in /etc/nologin.&lt;BR /&gt;&amp;amp; do You have any document on these things.&lt;BR /&gt;I will be thankfull to U.&lt;BR /&gt;&lt;BR /&gt;byeeeee&lt;BR /&gt;&lt;BR /&gt;Amit Singh</description>
      <pubDate>Thu, 25 Mar 2004 02:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228037#M171500</guid>
      <dc:creator>amit singh_3</dc:creator>
      <dc:date>2004-03-25T02:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228038#M171501</link>
      <description>a file /etc/nologin will reject all users except root from logging onto the node&lt;BR /&gt;&lt;BR /&gt;I never tried inserting an userid out there&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Thu, 25 Mar 2004 02:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228038#M171501</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-03-25T02:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228039#M171502</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Make the comment in /etc/services and /etc/inetd.conf file&lt;BR /&gt;&lt;BR /&gt;Thanx</description>
      <pubDate>Thu, 25 Mar 2004 02:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228039#M171502</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2004-03-25T02:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228040#M171503</link>
      <description>Hi Amit,&lt;BR /&gt;&lt;BR /&gt;as mentioned /etc/nologin is too extreme for what you are looking for.&lt;BR /&gt;In my previous post I mentioned another possibility (eventhough I have not tested it!).&lt;BR /&gt;&lt;BR /&gt;Also, you should assign points to the forumers who contributed to your threads.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Thu, 25 Mar 2004 04:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228040#M171503</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-03-25T04:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228041#M171504</link>
      <description>Hi Amit,&lt;BR /&gt;&lt;BR /&gt;Block one user for telnet, but he can still use ftp ?&lt;BR /&gt;&lt;BR /&gt;change his shell entry in the /etc/passwd file to /usr/bin/false.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 25 Mar 2004 05:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228041#M171504</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-03-25T05:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228042#M171505</link>
      <description>hey Robert,&lt;BR /&gt;&lt;BR /&gt;If I am changing the shell entry in passwd file then how he will be getting the shell&lt;BR /&gt;whenever he is logging.&lt;BR /&gt;another thing is that if that user from the other server then?&lt;BR /&gt;I think this is not the permanent solution to this.&lt;BR /&gt;&lt;BR /&gt;Amit Singh</description>
      <pubDate>Thu, 25 Mar 2004 09:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3228042#M171505</guid>
      <dc:creator>amit singh_3</dc:creator>
      <dc:date>2004-03-25T09:26:20Z</dc:date>
    </item>
  </channel>
</rss>

