<?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: restrict ftp services in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148996#M454322</link>
    <description>is there any procedure or command for restricting services for unauthorised access to the system...Thank  you</description>
    <pubDate>Tue, 06 Jan 2009 14:32:18 GMT</pubDate>
    <dc:creator>unixadmin_1</dc:creator>
    <dc:date>2009-01-06T14:32:18Z</dc:date>
    <item>
      <title>restrict ftp services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148992#M454318</link>
      <description>The FTP service was active on the system.  If powerful useraccounts are allowed to log on via FTP, the system resources and information are unnecessarily exposed to unauthorised access, tampering and damage.  Passwords transmitted via FTP are sent in clear text, which increases the possibility of these passwords being intercepted and logged by “sniffer” software.  The information thus obtained could then be used to gain unauthorised access to the system via other, less restrictive services.</description>
      <pubDate>Tue, 06 Jan 2009 13:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148992#M454318</guid>
      <dc:creator>unixadmin_1</dc:creator>
      <dc:date>2009-01-06T13:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148993#M454319</link>
      <description>If you have a question(s), would you please ask it (or them)?  Re-stating accepted security practices doesn't really seem to accomplish much.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 06 Jan 2009 13:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148993#M454319</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-01-06T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148994#M454320</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This case you should go far ssh with sftp and chroot configuration.</description>
      <pubDate>Tue, 06 Jan 2009 13:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148994#M454320</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-01-06T13:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148995#M454321</link>
      <description>to restrcit ftp access, u can use tcpwrapper. just mention the ip address allowed to make ftp to your server in /etc/hosts.allow and /etc/hosts.deny. to secure, disable ftp service in /etc/inetd.conf and ask user to use sftp service.</description>
      <pubDate>Tue, 06 Jan 2009 13:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148995#M454321</guid>
      <dc:creator>yulianto piyut</dc:creator>
      <dc:date>2009-01-06T13:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148996#M454322</link>
      <description>is there any procedure or command for restricting services for unauthorised access to the system...Thank  you</description>
      <pubDate>Tue, 06 Jan 2009 14:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148996#M454322</guid>
      <dc:creator>unixadmin_1</dc:creator>
      <dc:date>2009-01-06T14:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148997#M454323</link>
      <description>&amp;gt;&amp;gt;is there any procedure or command for restricting services for unauthorised access to the system...Thank you&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;That's why people now days do not use "ftp' service anymore, Due to securety issues,&lt;BR /&gt;&lt;BR /&gt;All Organisation adviced to use only "sftp" secured sftp service, by disabling the ftp and enabling "sftp" services.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;restricting services for unauthorised &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;You follow with many ways.&lt;BR /&gt;&lt;BR /&gt;1. Creating "anoynums" ftp access only&lt;BR /&gt;2. creating ftp.allow.file and ftp.deny.file&lt;BR /&gt;3. blocking the ips by specify the ip address range in the /var/adm/inetd.sec&lt;BR /&gt;Example:-&lt;BR /&gt;ftp allow 192.168.1.1&lt;BR /&gt;ftp deny 192.168.1.2&lt;BR /&gt;&lt;BR /&gt;(Most Recommended Action to avoid ftp and use sftp)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Tue, 06 Jan 2009 14:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148997#M454323</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-01-06T14:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148998#M454324</link>
      <description>Thanks</description>
      <pubDate>Thu, 12 Feb 2009 13:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp-services/m-p/5148998#M454324</guid>
      <dc:creator>unixadmin_1</dc:creator>
      <dc:date>2009-02-12T13:04:29Z</dc:date>
    </item>
  </channel>
</rss>

