<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839406#M90844</link>
    <description>Christopher has everything perfect...except one little problem.&lt;BR /&gt;&lt;BR /&gt;Do not use usr/bin/ls...&lt;BR /&gt;&lt;BR /&gt;Instead copy /sbin/ls to /home/cdb/usr/bin and then chmod it.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Nov 2002 12:58:46 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2002-11-06T12:58:46Z</dc:date>
    <item>
      <title>restrict ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839402#M90840</link>
      <description>good mornig.&lt;BR /&gt;&lt;BR /&gt;I had problem when used the file ftpaccess,&lt;BR /&gt;&lt;BR /&gt;I need to create an user, for example cdf, with the same caracteristic as the user anonymous.&lt;BR /&gt;&lt;BR /&gt;thank you for help me.&lt;BR /&gt;JRM.</description>
      <pubDate>Tue, 05 Nov 2002 19:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839402#M90840</guid>
      <dc:creator>Jose Ramirez_6</dc:creator>
      <dc:date>2002-11-05T19:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839403#M90841</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;First, create an account (cdf) and give it a unique group id (i.e guestgroup).&lt;BR /&gt;&lt;BR /&gt;In your ftpaccess file, create a class for this user and insert the guestgroup line:&lt;BR /&gt;&lt;BR /&gt;class interfaces guest &lt;IP_ADDR&gt; or &lt;HOSTNAME&gt;, etc.&lt;BR /&gt;&lt;BR /&gt;guestgroup &lt;GUESTGROUP name=""&gt;&lt;BR /&gt;&lt;BR /&gt;Then edit your /etc/passwd to giv it a chrooted home dir:&lt;BR /&gt;&lt;BR /&gt;cdf:*:123:456::/home/cdf/./:/bin/false (make sure the default shell is present in /etc/shells.&lt;BR /&gt;&lt;BR /&gt;Then make any appropriate entries in ftpaccess:&lt;BR /&gt;&lt;BR /&gt;upload /home/cdf /incoming yes    cdf &lt;GUESTGROUPNAME&gt; 0660 dirs &lt;BR /&gt;upload /home/cdf / no&lt;BR /&gt;&lt;BR /&gt;Also, mkdir usr/bin under the user's home directory and copy /usr/bin/ls into it and make  $HOME/usr $HOME/usr/bin  and $HOME/usr/bin/ls 555 permissions.&lt;BR /&gt;&lt;BR /&gt;In case I forgot anything, look at these docs:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062906536" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062906536&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063248362" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063248362&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Others may be obtained using the keywords "ftpaccess" and "ftp only"&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;/GUESTGROUPNAME&gt;&lt;/GUESTGROUP&gt;&lt;/HOSTNAME&gt;&lt;/IP_ADDR&gt;</description>
      <pubDate>Tue, 05 Nov 2002 19:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839403#M90841</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-11-05T19:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839404#M90842</link>
      <description>I have done the change in the configuration and when i execute the command ftp with the user cdf the system reply with &lt;BR /&gt;&lt;BR /&gt;550 Can't set guest privileges.&lt;BR /&gt;&lt;BR /&gt;thank you for help me.</description>
      <pubDate>Tue, 05 Nov 2002 20:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839404#M90842</guid>
      <dc:creator>Jose Ramirez_6</dc:creator>
      <dc:date>2002-11-05T20:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839405#M90843</link>
      <description>Hi,&lt;BR /&gt;can send your ftpaccess file as attachment?&lt;BR /&gt;And also show the config line for the cdf user from /etc/passwd?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Wed, 06 Nov 2002 10:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839405#M90843</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2002-11-06T10:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839406#M90844</link>
      <description>Christopher has everything perfect...except one little problem.&lt;BR /&gt;&lt;BR /&gt;Do not use usr/bin/ls...&lt;BR /&gt;&lt;BR /&gt;Instead copy /sbin/ls to /home/cdb/usr/bin and then chmod it.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2002 12:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839406#M90844</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-11-06T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839407#M90845</link>
      <description>Christopher has everything perfect...except one little problem.&lt;BR /&gt;&lt;BR /&gt;Do not use usr/bin/ls...&lt;BR /&gt;&lt;BR /&gt;Instead copy /sbin/ls to /home/cdf/usr/bin and then chmod it.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2002 12:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839407#M90845</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-11-06T12:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: restrict ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839408#M90846</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;What does your line for ftpd say in /etc/inetd.conf?&lt;BR /&gt;&lt;BR /&gt;ftp          stream tcp nowait root /usr/local/bin/tcpd ftpd -l -v -a -L -i -o&lt;BR /&gt;&lt;BR /&gt;(keep in mind I'm using tcp wrappers, so your line might say ftpd instead of tcpd)&lt;BR /&gt;&lt;BR /&gt;Have you tried bouncing inetd?&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;Could you please post your ftpaccess file as requested before?&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 06 Nov 2002 13:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-ftp/m-p/2839408#M90846</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-11-06T13:44:05Z</dc:date>
    </item>
  </channel>
</rss>

