<?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: &amp;quot;Restrict User to his Home directory during FTP&amp;quot; in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895998#M45503</link>
    <description>Rick is right on the money!&lt;BR /&gt;&lt;BR /&gt;'man ftpaccess', search for 'chroot'.&lt;BR /&gt;&lt;BR /&gt;In most recent distributions, this is the default environment.&lt;BR /&gt;&lt;BR /&gt;If using an older distribution (older than RH8), then you may need to update the FTP server you are using, to either a newer wu-ftpd, or to something better (proftpd, or vsftpd).&lt;BR /&gt;&lt;BR /&gt;If the users who are accessing this system are coming from another Linux/Unix box, it may also be wise to investigate the use of SSH/SCP/SFTP instead.</description>
    <pubDate>Wed, 13 Apr 2005 19:43:37 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2005-04-13T19:43:37Z</dc:date>
    <item>
      <title>"Restrict User to his Home directory during FTP"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895994#M45499</link>
      <description>People,&lt;BR /&gt;&lt;BR /&gt;I have read about ftpaccess and wu-ftp, and I would like to know if there is someone that had implemented FTP for users and they are restricted to access their HOME directory during FTP process. What tool was used to implement it?</description>
      <pubDate>Wed, 13 Apr 2005 12:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895994#M45499</guid>
      <dc:creator>Tania Ap. Serpa Martins</dc:creator>
      <dc:date>2005-04-13T12:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: "Restrict User to his Home directory during FTP"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895995#M45500</link>
      <description>Does it help, if you set perms correctly??&lt;BR /&gt;&lt;BR /&gt;eg. /home/xxx will be owned by xxx with 755 perms only. /home will be owned by root with 755</description>
      <pubDate>Wed, 13 Apr 2005 13:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895995#M45500</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-13T13:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: "Restrict User to his Home directory during FTP"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895996#M45501</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I recommend you proftpd server&lt;BR /&gt;&lt;A href="http://www.proftpd.org/" target="_blank"&gt;http://www.proftpd.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you want restricted access to users home directory just uncomment (or add) below line in proftpd config file (/etc/proftpd.conf)&lt;BR /&gt;&lt;BR /&gt;DefaultRoot ~&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2005 13:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895996#M45501</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-04-13T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: "Restrict User to his Home directory during FTP"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895997#M45502</link>
      <description>You can setup a 'chroot' for this account. The directory they can ftp to is the root directory as they see it. They can traverse down the directory structure from the $HOME (including mkdir) but they will not be able to go any higher than $HOME. Basically they are kept in a chroot jail.&lt;BR /&gt;&lt;BR /&gt;Note that this setup can be accomplished for user ftp access to other directories as well. &lt;BR /&gt;&lt;BR /&gt;Look up 'chroot'. There is lots of info for this.</description>
      <pubDate>Wed, 13 Apr 2005 14:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895997#M45502</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-04-13T14:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: "Restrict User to his Home directory during FTP"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895998#M45503</link>
      <description>Rick is right on the money!&lt;BR /&gt;&lt;BR /&gt;'man ftpaccess', search for 'chroot'.&lt;BR /&gt;&lt;BR /&gt;In most recent distributions, this is the default environment.&lt;BR /&gt;&lt;BR /&gt;If using an older distribution (older than RH8), then you may need to update the FTP server you are using, to either a newer wu-ftpd, or to something better (proftpd, or vsftpd).&lt;BR /&gt;&lt;BR /&gt;If the users who are accessing this system are coming from another Linux/Unix box, it may also be wise to investigate the use of SSH/SCP/SFTP instead.</description>
      <pubDate>Wed, 13 Apr 2005 19:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895998#M45503</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-13T19:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: "Restrict User to his Home directory during FTP"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895999#M45504</link>
      <description>I would like thank you everybody for the response. I could make test with FTPACCESS and it have ran without problem, the way what I want. But when users in Restrict mode the commands like ls -l, dir donÂ´t run, only command ls like ftp anonymous.&lt;BR /&gt;&lt;BR /&gt;Thanks a lo</description>
      <pubDate>Thu, 14 Apr 2005 05:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4895999#M45504</guid>
      <dc:creator>Tania Ap. Serpa Martins</dc:creator>
      <dc:date>2005-04-14T05:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: "Restrict User to his Home directory during FTP"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4896000#M45505</link>
      <description>When you setup a chroot jail, you create a directory structure under the specific users home that contains the various commands such as 'ls'.&lt;BR /&gt;&lt;BR /&gt;This is required because the user cannot go any higher, this is the root directory to the user. All other commands (/usr/bin, /usr/sbin, etc.) are unknown because of the chroot jail.&lt;BR /&gt;&lt;BR /&gt;Research the chroot. You will find that you need to copy some of the commands to the chroot jail for the specific user.</description>
      <pubDate>Thu, 14 Apr 2005 12:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4896000#M45505</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-04-14T12:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: "Restrict User to his Home directory during FTP"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4896001#M45506</link>
      <description>Thank you everybody, now I can restrict user in your Home directory with FTPACCESS"&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Tania</description>
      <pubDate>Thu, 14 Apr 2005 12:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-restrict-user-to-his-home-directory-during-ftp-quot/m-p/4896001#M45506</guid>
      <dc:creator>Tania Ap. Serpa Martins</dc:creator>
      <dc:date>2005-04-14T12:53:24Z</dc:date>
    </item>
  </channel>
</rss>

