<?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: How to block Telnet, SSH &amp;amp; FTP access in HP-UX 11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-block-telnet-ssh-amp-ftp-access-in-hp-ux-11/m-p/4310363#M339296</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Put this entry into /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;ftp    deny ipaddress&lt;BR /&gt;telnet deny ipaddress&lt;BR /&gt;&lt;BR /&gt;see the below inetd.sec file from one of my server&lt;BR /&gt;&lt;BR /&gt;monitor@testbox[/opt/ssh/etc] &amp;gt; cat /var/adm/inetd.sec&lt;BR /&gt;# @(#)B11.23_LRinetd.sec $Revision: 1.10.214.1 $ $Date: 96/10/08 13:20:06 $&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# The lines in the file contain a service name, permission field and&lt;BR /&gt;# the Internet addresses or names of the hosts and/or networks&lt;BR /&gt;# allowed to use that service in the local machine.&lt;BR /&gt;# The form for each entry in this file is:&lt;BR /&gt;#&lt;BR /&gt;# &lt;SERVICE name=""&gt;   &lt;ALLOW&gt;  &lt;HOST&gt;&lt;BR /&gt;#&lt;BR /&gt;# For example:&lt;BR /&gt;#&lt;BR /&gt;# login         allow   10.3-5 192.34.56.5 ahost anetwork&lt;BR /&gt;#&lt;BR /&gt;# The above entry allows the following hosts to attempt to access your system&lt;BR /&gt;# using rlogin:&lt;BR /&gt;#               hosts in subnets 3 through 5 in network 10,&lt;BR /&gt;#               the host with Internet Address of 192.34.56.5,&lt;BR /&gt;#               the host by the name of "ahost",&lt;BR /&gt;#               all the hosts in the network "anetwork"&lt;BR /&gt;#&lt;BR /&gt;# mountd      deny    192.23.4.3&lt;BR /&gt;#&lt;BR /&gt;# The mountd entry  denies host  192.23.4.3  access to the NFS  rpc.mountd&lt;BR /&gt;# server.&lt;BR /&gt;#&lt;BR /&gt;# Hosts and network names must be official names, not aliases.&lt;BR /&gt;# See the inetd.sec(4) manual page for more information.&lt;BR /&gt;dtspc   allow   127.0.0.1       loopback testbox&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;/HOST&gt;&lt;/ALLOW&gt;&lt;/SERVICE&gt;</description>
    <pubDate>Fri, 21 Nov 2008 05:05:28 GMT</pubDate>
    <dc:creator>Suraj K Sankari</dc:creator>
    <dc:date>2008-11-21T05:05:28Z</dc:date>
    <item>
      <title>How to block Telnet, SSH &amp; FTP access in HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-block-telnet-ssh-amp-ftp-access-in-hp-ux-11/m-p/4310359#M339292</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to block Telnet. FTP &amp;amp; ssh access from a particular IP. I don' have /var/adm/initd.sec file in my server. Pl help me out;&lt;BR /&gt;&lt;BR /&gt;Somnath</description>
      <pubDate>Thu, 20 Nov 2008 18:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-block-telnet-ssh-amp-ftp-access-in-hp-ux-11/m-p/4310359#M339292</guid>
      <dc:creator>SomnathChakraborty</dc:creator>
      <dc:date>2008-11-20T18:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to block Telnet, SSH &amp; FTP access in HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-block-telnet-ssh-amp-ftp-access-in-hp-ux-11/m-p/4310360#M339293</link>
      <description>For telnet: create /var/adm/inetd.sec - &lt;A href="http://docs.hp.com/en/B9106-90011/inetd.sec.4.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90011/inetd.sec.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SSH - edit sshd_config and add: &lt;BR /&gt;DenyUsers user1, user2 ... &lt;BR /&gt;&lt;BR /&gt;ftp - edit the ftpusers file &lt;A href="http://docs.hp.com/en/B9106-90011/ftpusers.4.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90011/ftpusers.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2008 18:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-block-telnet-ssh-amp-ftp-access-in-hp-ux-11/m-p/4310360#M339293</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-11-20T18:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to block Telnet, SSH &amp; FTP access in HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-block-telnet-ssh-amp-ftp-access-in-hp-ux-11/m-p/4310361#M339294</link>
      <description>I'm not sure if it was available on 11.0 ("HP-UX 11" is a bit vague...) but ipfilter would be one way you could intercept and discard incoming traffic to the well known ports for Telnet, FTP and ssh from a given source IP.</description>
      <pubDate>Fri, 21 Nov 2008 00:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-block-telnet-ssh-amp-ftp-access-in-hp-ux-11/m-p/4310361#M339294</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2008-11-21T00:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to block Telnet, SSH &amp; FTP access in HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-block-telnet-ssh-amp-ftp-access-in-hp-ux-11/m-p/4310362#M339295</link>
      <description>Hi SomnathChakraborty,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; I don' have /var/adm/initd.sec file in my server. Pl help me out;&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;you copy that file from smilar server with same HPUX version.&lt;BR /&gt;&lt;BR /&gt;Than you modify as per your requirement&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Fri, 21 Nov 2008 02:09:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-block-telnet-ssh-amp-ftp-access-in-hp-ux-11/m-p/4310362#M339295</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-21T02:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to block Telnet, SSH &amp; FTP access in HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-block-telnet-ssh-amp-ftp-access-in-hp-ux-11/m-p/4310363#M339296</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Put this entry into /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;ftp    deny ipaddress&lt;BR /&gt;telnet deny ipaddress&lt;BR /&gt;&lt;BR /&gt;see the below inetd.sec file from one of my server&lt;BR /&gt;&lt;BR /&gt;monitor@testbox[/opt/ssh/etc] &amp;gt; cat /var/adm/inetd.sec&lt;BR /&gt;# @(#)B11.23_LRinetd.sec $Revision: 1.10.214.1 $ $Date: 96/10/08 13:20:06 $&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# The lines in the file contain a service name, permission field and&lt;BR /&gt;# the Internet addresses or names of the hosts and/or networks&lt;BR /&gt;# allowed to use that service in the local machine.&lt;BR /&gt;# The form for each entry in this file is:&lt;BR /&gt;#&lt;BR /&gt;# &lt;SERVICE name=""&gt;   &lt;ALLOW&gt;  &lt;HOST&gt;&lt;BR /&gt;#&lt;BR /&gt;# For example:&lt;BR /&gt;#&lt;BR /&gt;# login         allow   10.3-5 192.34.56.5 ahost anetwork&lt;BR /&gt;#&lt;BR /&gt;# The above entry allows the following hosts to attempt to access your system&lt;BR /&gt;# using rlogin:&lt;BR /&gt;#               hosts in subnets 3 through 5 in network 10,&lt;BR /&gt;#               the host with Internet Address of 192.34.56.5,&lt;BR /&gt;#               the host by the name of "ahost",&lt;BR /&gt;#               all the hosts in the network "anetwork"&lt;BR /&gt;#&lt;BR /&gt;# mountd      deny    192.23.4.3&lt;BR /&gt;#&lt;BR /&gt;# The mountd entry  denies host  192.23.4.3  access to the NFS  rpc.mountd&lt;BR /&gt;# server.&lt;BR /&gt;#&lt;BR /&gt;# Hosts and network names must be official names, not aliases.&lt;BR /&gt;# See the inetd.sec(4) manual page for more information.&lt;BR /&gt;dtspc   allow   127.0.0.1       loopback testbox&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;/HOST&gt;&lt;/ALLOW&gt;&lt;/SERVICE&gt;</description>
      <pubDate>Fri, 21 Nov 2008 05:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-block-telnet-ssh-amp-ftp-access-in-hp-ux-11/m-p/4310363#M339296</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-21T05:05:28Z</dc:date>
    </item>
  </channel>
</rss>

