<?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: ftp access (chroot'ing) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267031#M749552</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;judging from the response to those who have help you, i.e. "I have assigned points to   0  of   24  responses to my questions.", maybe it is time for you to read this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;these people have help, so please assign some points, it is a "ITRC Forum" token of appreciation.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
    <pubDate>Wed, 05 May 2004 06:41:58 GMT</pubDate>
    <dc:creator>Joseph Loo</dc:creator>
    <dc:date>2004-05-05T06:41:58Z</dc:date>
    <item>
      <title>ftp access (chroot'ing)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267025#M749545</link>
      <description>How can I restrict a user (not anonymous) to chroot to only a particular dir for ftping files in and out? What should be the contents on ftpaccess file ?</description>
      <pubDate>Tue, 04 May 2004 10:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267025#M749545</guid>
      <dc:creator>Avarsang Shankar</dc:creator>
      <dc:date>2004-05-04T10:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: ftp access (chroot'ing)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267026#M749547</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000073094324" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000073094324&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The doc id is KBRC00008355.&lt;BR /&gt;&lt;BR /&gt;Also do man ftpaccess for more help.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 04 May 2004 10:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267026#M749547</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-05-04T10:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: ftp access (chroot'ing)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267027#M749548</link>
      <description>&lt;A href="http://www.newfdawg.com/SHP-FTP-anon.htm" target="_blank"&gt;http://www.newfdawg.com/SHP-FTP-anon.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The 2nd part of this is a step-by-step on how to do restricted FTP.&lt;BR /&gt;&lt;BR /&gt;- Chris</description>
      <pubDate>Tue, 04 May 2004 16:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267027#M749548</guid>
      <dc:creator>Chris Wong</dc:creator>
      <dc:date>2004-05-04T16:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: ftp access (chroot'ing)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267028#M749549</link>
      <description>Sanjay provided a GREAT link.  I had to stumble through this the hard way when I was setting this up for remote access into my box and wish I would have known the information in this link was available when I had to set this up.  Key factor for me was to ensure the ftp user was assigned the shell /usr/bin/false so that this would not allow telnet sessions or direct sessions, only ftp sessions.  You will also have to include /usr/bin/false in the /etc/shells file.&lt;BR /&gt;&lt;BR /&gt;The steps in the article that Sanjay included is pretty accurate based on what I did, but just remember to assin the false shell, otherwise the user can have telnet or direct access, too.</description>
      <pubDate>Tue, 04 May 2004 22:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267028#M749549</guid>
      <dc:creator>Dani Seely</dc:creator>
      <dc:date>2004-05-04T22:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: ftp access (chroot'ing)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267029#M749550</link>
      <description>Hello,&lt;BR /&gt;1)Creat a user with shell /usr/bin/ftpshell&lt;BR /&gt;which will contain exit 0. &lt;BR /&gt;2)Edit password file and on home directory column make an entry like /home/./ftpdir&lt;BR /&gt;(eg;&lt;BR /&gt;test:*:102:108:Test Ftp user:/home/./ftpdir:/usr/bin/ftpshell&lt;BR /&gt;); 108 is group id for ftpusr&lt;BR /&gt;3) make entry in /etc/group like&lt;BR /&gt;ftpusr:108:test&lt;BR /&gt;4)make an entry for /usr/bin/ftpshell in /etc/shells. (perm 644 , root:sys)&lt;BR /&gt;5)Make a "usr/bin/" directory  under /home.&lt;BR /&gt;6) copy ls from /sbin to here /home/usr/bin.(cp /sbin/ls /home/usr/bin) Perm: 555;bin:bin &lt;BR /&gt;7)Make entry /etc/ftpd/ftpaccess file accordingly. Basically cdpath entry is required. Do man ftpaccess for more information.&lt;BR /&gt;&lt;BR /&gt;Happy ftp accessing.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Tapas&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 00:41:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267029#M749550</guid>
      <dc:creator>Tapas Jha</dc:creator>
      <dc:date>2004-05-05T00:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: ftp access (chroot'ing)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267030#M749551</link>
      <description>Thank you for all the responses. It worked. It was very helpful. &lt;BR /&gt;Sanjay's link really helped me a lot. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 06:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267030#M749551</guid>
      <dc:creator>Avarsang Shankar</dc:creator>
      <dc:date>2004-05-05T06:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: ftp access (chroot'ing)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267031#M749552</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;judging from the response to those who have help you, i.e. "I have assigned points to   0  of   24  responses to my questions.", maybe it is time for you to read this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;these people have help, so please assign some points, it is a "ITRC Forum" token of appreciation.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Wed, 05 May 2004 06:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267031#M749552</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-05-05T06:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: ftp access (chroot'ing)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267032#M749553</link>
      <description>Hello,&lt;BR /&gt;I assume this is your first experience on the ITRC forum as you did not award points to the forumers for the answers you were provided.  May I suggest that you take a look at the following link to learn about the points system in use here.  Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please read the article, assess the assistance you were provided by the forumers, then reward them.  Thanks!</description>
      <pubDate>Tue, 18 May 2004 22:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-chroot-ing/m-p/3267032#M749553</guid>
      <dc:creator>Dani Seely</dc:creator>
      <dc:date>2004-05-18T22:41:20Z</dc:date>
    </item>
  </channel>
</rss>

