<?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: disable telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545721#M224060</link>
    <description>yeah.  Disable that in inetd.conf</description>
    <pubDate>Mon, 16 May 2005 18:06:44 GMT</pubDate>
    <dc:creator>Wilfred Chau_1</dc:creator>
    <dc:date>2005-05-16T18:06:44Z</dc:date>
    <item>
      <title>disable telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545720#M224059</link>
      <description>I want to force my users to use Secure Shell to log into my server. How do I do this? Do I just stop the telnet daemon, or is there a better way?</description>
      <pubDate>Mon, 16 May 2005 16:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545720#M224059</guid>
      <dc:creator>Angela Swyers_1</dc:creator>
      <dc:date>2005-05-16T16:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: disable telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545721#M224060</link>
      <description>yeah.  Disable that in inetd.conf</description>
      <pubDate>Mon, 16 May 2005 18:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545721#M224060</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2005-05-16T18:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: disable telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545722#M224061</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;stopping telnet daemon is an option. u may do in /etc/inetd.conf:&lt;BR /&gt;&lt;BR /&gt;# vi /etc/inetd.conf&lt;BR /&gt; -&amp;gt; comment off telnet line&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;Also, u may like to do something about the assignment of points, 10 out of 156 shows a lack of appreciation to those who have help answer your queries.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Mon, 16 May 2005 20:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545722#M224061</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-05-16T20:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: disable telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545723#M224062</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Just rem this line in the /etc/inetd.conf:&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;Then do: &lt;BR /&gt;#inetd -c&lt;BR /&gt;&lt;BR /&gt;Regard,&lt;BR /&gt;Hoang Chi Cong</description>
      <pubDate>Mon, 16 May 2005 20:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545723#M224062</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2005-05-16T20:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: disable telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545724#M224063</link>
      <description>there is a file /etc/services&lt;BR /&gt;&lt;BR /&gt;if you vi this and # out any service you do not wish to run ie telnet is here and other services.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Mon, 16 May 2005 22:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545724#M224063</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2005-05-16T22:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: disable telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545725#M224064</link>
      <description>hate to be the points police but you may have got a better response if you did assign points.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 16 May 2005 22:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545725#M224064</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2005-05-16T22:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: disable telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545726#M224065</link>
      <description>pls do these step:&lt;BR /&gt;#vi /etc/services&lt;BR /&gt;#rem telnet service&lt;BR /&gt;#telnet        23/tcp                 # Virtual Terminal Protocol&lt;BR /&gt;SAVE AND EXIT BY ISSUE:wq!&lt;BR /&gt;Reconfig inetd service&lt;BR /&gt;#inetd -c&lt;BR /&gt;That all&lt;BR /&gt;HTH&lt;BR /&gt;tienna</description>
      <pubDate>Tue, 17 May 2005 00:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545726#M224065</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-05-17T00:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: disable telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545727#M224066</link>
      <description>We can do by commenting telnetd in /etc/inetd.conf file. And also comment telnet service in /etc/service file. Then restart inetd daemon as inetd -c.&lt;BR /&gt;&lt;BR /&gt;You can also use /etc/profile file as,&lt;BR /&gt;&lt;BR /&gt;ps|grep -q 'telnet'&lt;BR /&gt;if [[ $? -eq 0 ]]&lt;BR /&gt;then&lt;BR /&gt;   echo "Plz use secure shell for usage"&lt;BR /&gt;   sleep 2&lt;BR /&gt;   exit 1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;It will also work.&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Tue, 17 May 2005 00:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545727#M224066</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-05-17T00:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: disable telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545728#M224067</link>
      <description>You can also change telnet allow in telnet deny in the /var/adm/inetd.sec.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 01:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-telnet/m-p/3545728#M224067</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-05-17T01:03:35Z</dc:date>
    </item>
  </channel>
</rss>

