<?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: Disabling telnetd and ftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903674#M105643</link>
    <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Ussing /var/adm/inetd.sec you have serveral useful combinations to allow|deny totally or partially services, pls read about:&lt;BR /&gt;#man inetd.sec&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
    <pubDate>Thu, 13 Feb 2003 12:18:19 GMT</pubDate>
    <dc:creator>Jose Mosquera</dc:creator>
    <dc:date>2003-02-13T12:18:19Z</dc:date>
    <item>
      <title>Disabling telnetd and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903669#M105638</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'd like to disable the telnet and ftp services running on my HP11.0 machine. I tried commenting following lines in the /etc/inetd.conf file:&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;However, commenting both lines in the /etc/inetd.conf file did not work. I also tried killing their daemon processes but to no avail. Hence, I'm still able to do a telnet or ftp from the particular machine which I tried killing those process.&lt;BR /&gt;&lt;BR /&gt;Is there a way which I can disable the telnet and ftp services on my HP11.0 machine?&lt;BR /&gt;&lt;BR /&gt;Could someone help me out and show me the correct method?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 11:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903669#M105638</guid>
      <dc:creator>Chern Jian Leaw</dc:creator>
      <dc:date>2003-02-13T11:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling telnetd and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903670#M105639</link>
      <description>Commenting was right in the /etc/inetd.conf file.&lt;BR /&gt;Did you re-read your inetd.conf file using&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/inetd -c &lt;BR /&gt;&lt;BR /&gt;REvert</description>
      <pubDate>Thu, 13 Feb 2003 11:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903670#M105639</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-13T11:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling telnetd and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903671#M105640</link>
      <description>Make inetd re-read its configuration file:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 12:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903671#M105640</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2003-02-13T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling telnetd and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903672#M105641</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Other possible way is via /var/adm/inetd.sec file:&lt;BR /&gt;&lt;BR /&gt;telnet  deny    *&lt;BR /&gt;ftp     deny    *&lt;BR /&gt;&lt;BR /&gt;Also to avoid remote shell (remsh) and remote copies (rcp) set this:&lt;BR /&gt;&lt;BR /&gt;shell   deny    *&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Thu, 13 Feb 2003 12:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903672#M105641</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-02-13T12:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling telnetd and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903673#M105642</link>
      <description>Rainer &amp;amp; TG,&lt;BR /&gt;&lt;BR /&gt;I tried doing /usr/sbin/inetd -c, and other machines now COULD NOT telnet or ftp into that particular machine i.e machA:&lt;BR /&gt;&lt;BR /&gt;machB% telnet machA&lt;BR /&gt;trying 10.1.20.200 ...&lt;BR /&gt;telnet:connect to address 10.1.20.200: Connection refused&lt;BR /&gt;&lt;BR /&gt;machB% ftp machA&lt;BR /&gt;ftp: connect: Connection refused&lt;BR /&gt;&lt;BR /&gt;However, the telnet daemon is still alive. Does it matter? Will there be any other issues if the daemon is alive but the service is already commented from the /etc/inetd.conf file?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 12:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903673#M105642</guid>
      <dc:creator>Chern Jian Leaw</dc:creator>
      <dc:date>2003-02-13T12:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling telnetd and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903674#M105643</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Ussing /var/adm/inetd.sec you have serveral useful combinations to allow|deny totally or partially services, pls read about:&lt;BR /&gt;#man inetd.sec&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Thu, 13 Feb 2003 12:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903674#M105643</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-02-13T12:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling telnetd and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903675#M105644</link>
      <description>probably that is a old process that is running.&lt;BR /&gt;&lt;BR /&gt;Each telnetd process starts when there is a request from the client.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 13 Feb 2003 12:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903675#M105644</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-13T12:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling telnetd and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903676#M105645</link>
      <description>&lt;BR /&gt;just kill away the telnetd.&lt;BR /&gt;inetd will not restart a new one&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 12:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-telnetd-and-ftp/m-p/2903676#M105645</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2003-02-13T12:32:17Z</dc:date>
    </item>
  </channel>
</rss>

