<?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: Block Telnet and FTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642901#M239456</link>
    <description>If you want to block telnet per user basis then,&lt;BR /&gt;&lt;BR /&gt;-- /etc/profile&lt;BR /&gt;# Telnet blocking&lt;BR /&gt;ps | grep -q 'telnet'&lt;BR /&gt;if [ $LOGNAME != "root" || $LOGNAME != "musad" || $LOGNAME != "test" ]&lt;BR /&gt;then&lt;BR /&gt;  echo "User login with telnet is not allow to $LOGNAME user"&lt;BR /&gt;  echo "Contact @ ..."&lt;BR /&gt;  sleep 5&lt;BR /&gt;  exit 1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;To block user basis in ftp then,&lt;BR /&gt;&lt;BR /&gt;/etc/ftpd/ftpusers&lt;BR /&gt;&lt;BR /&gt;Put user name with this file and restart ftpd(aemon). &lt;BR /&gt;&lt;BR /&gt;See more in ftpusers man page.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Oct 2005 01:05:39 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-10-06T01:05:39Z</dc:date>
    <item>
      <title>Block Telnet and FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642899#M239454</link>
      <description>Hi Guys.&lt;BR /&gt;I have 9i Rac database(9.2.0.5) with HP-UX platform. I dont want any of my end users to use FTP and Telnet accept few recomanded once.&lt;BR /&gt;Is there any way with which i can block Telnet and FTP for all users and just allow 2 to 3 people to use these feature.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Musaddaq</description>
      <pubDate>Thu, 06 Oct 2005 00:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642899#M239454</guid>
      <dc:creator>musaddaq_2</dc:creator>
      <dc:date>2005-10-06T00:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Block Telnet and FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642900#M239455</link>
      <description>If you want to completly block ftp and telnet then use /var/adm/inetd.sec as,&lt;BR /&gt;&lt;BR /&gt;telnet deny &lt;IP-ADDRESS&gt;&lt;BR /&gt;ftp deny &lt;IP-ADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;reconfigure inetd as inetd -c&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/IP-ADDRESS&gt;&lt;/IP-ADDRESS&gt;</description>
      <pubDate>Thu, 06 Oct 2005 01:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642900#M239455</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-06T01:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Block Telnet and FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642901#M239456</link>
      <description>If you want to block telnet per user basis then,&lt;BR /&gt;&lt;BR /&gt;-- /etc/profile&lt;BR /&gt;# Telnet blocking&lt;BR /&gt;ps | grep -q 'telnet'&lt;BR /&gt;if [ $LOGNAME != "root" || $LOGNAME != "musad" || $LOGNAME != "test" ]&lt;BR /&gt;then&lt;BR /&gt;  echo "User login with telnet is not allow to $LOGNAME user"&lt;BR /&gt;  echo "Contact @ ..."&lt;BR /&gt;  sleep 5&lt;BR /&gt;  exit 1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;To block user basis in ftp then,&lt;BR /&gt;&lt;BR /&gt;/etc/ftpd/ftpusers&lt;BR /&gt;&lt;BR /&gt;Put user name with this file and restart ftpd(aemon). &lt;BR /&gt;&lt;BR /&gt;See more in ftpusers man page.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2005 01:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642901#M239456</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-06T01:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Block Telnet and FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642902#M239457</link>
      <description>Hi Musaddaq,&lt;BR /&gt;&lt;BR /&gt;To block ftp users is easy, use the /etc/ftpd/ftpusers and add the user you allow to use ftp.&lt;BR /&gt;&lt;BR /&gt;Restricting telnet is more difficult.&lt;BR /&gt;&lt;BR /&gt;Check this link for more info.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbdb879bffde7d4118fef00902" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbdb879bffde7d4118fef00902&lt;/A&gt;&lt;BR /&gt;79cd0f9,00.html &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 06 Oct 2005 01:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642902#M239457</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-10-06T01:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Block Telnet and FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642903#M239458</link>
      <description>You can achieve this using Xinetd. &lt;BR /&gt;&lt;A href="http://www.xinetd.org/" target="_blank"&gt;http://www.xinetd.org/&lt;/A&gt;&lt;BR /&gt;You can download for HP-UX from &lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 06 Oct 2005 01:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642903#M239458</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-06T01:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Block Telnet and FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642904#M239459</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; Telnet you can be restricted according to IP address also.&lt;BR /&gt;&lt;BR /&gt;the file is /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;ftp can be restricted in /etc/ftpd/ftpusers&lt;BR /&gt;add the login name in this file for those users you want to deny ftp access.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Thu, 06 Oct 2005 03:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642904#M239459</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-10-06T03:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Block Telnet and FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642905#M239460</link>
      <description>Hi Musaddaq,&lt;BR /&gt;&lt;BR /&gt;You can also use tcp wrapper for restricting or allowing telnet or ftp access on your machine.&lt;BR /&gt;&lt;BR /&gt;Here is the link for free SW:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
      <pubDate>Thu, 06 Oct 2005 03:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-telnet-and-ftp/m-p/3642905#M239460</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2005-10-06T03:51:56Z</dc:date>
    </item>
  </channel>
</rss>

