<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: VSFTP chroot or jail users &#8211; limit users to only their home directory howto</title> <atom:link href="http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Babu</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-178825</link> <dc:creator>Babu</dc:creator> <pubDate>Thu, 19 Jan 2012 21:58:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-178825</guid> <description>I have been trying all the possible options provided by you guys to jail the user to his assigned path. But, I was unsuccessful to do it.
Is there any expert who can advise me to proceed on it.
Your timely help would greatly help me out.</description> <content:encoded><![CDATA[<p>I have been trying all the possible options provided by you guys to jail the user to his assigned path. But, I was unsuccessful to do it.<br
/> Is there any expert who can advise me to proceed on it.</p><p>Your timely help would greatly help me out.</p> ]]></content:encoded> </item> <item><title>By: Joseph</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-176079</link> <dc:creator>Joseph</dc:creator> <pubDate>Sat, 26 Nov 2011 06:57:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-176079</guid> <description>Hi Jon,
How to give yourself full access while still restricting others using vsftpd:
add or Uncomment the following in /etc/vsftpd/vsftpd.conf
chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd/chroot_list
create a file called /etc/vsftpd/chroot_list   (it is case sensitive)
write your user name for admin access on line 1
save the file
you will be exempt from being locked in your home directory however all other users will still be locked in their home directory.
And specifically in your case remove the line chroot_local_user=NO
Reboot your server for changes to take effect.
Here is the shell command for adding a user to a currently existing home directory: (directory must already exist and is case sensitive)
mkdir /home/mystuff
groupadd ftp_users
chmod 777 /home/mystuff
useradd -g ftp_users -d /home/mystuff user1
This will create a password for the user1 account:
passwd user1
Best of Luck,
Joe</description> <content:encoded><![CDATA[<p>Hi Jon,</p><p>How to give yourself full access while still restricting others using vsftpd:</p><p>add or Uncomment the following in /etc/vsftpd/vsftpd.conf<br
/> chroot_local_user=YES<br
/> chroot_list_enable=YES<br
/> chroot_list_file=/etc/vsftpd/chroot_list</p><p>create a file called /etc/vsftpd/chroot_list   (it is case sensitive)<br
/> write your user name for admin access on line 1<br
/> save the file</p><p>you will be exempt from being locked in your home directory however all other users will still be locked in their home directory.</p><p>And specifically in your case remove the line chroot_local_user=NO</p><p>Reboot your server for changes to take effect.</p><p>Here is the shell command for adding a user to a currently existing home directory: (directory must already exist and is case sensitive)</p><p>mkdir /home/mystuff<br
/> groupadd ftp_users<br
/> chmod 777 /home/mystuff<br
/> useradd -g ftp_users -d /home/mystuff user1</p><p>This will create a password for the user1 account:<br
/> passwd user1</p><p>Best of Luck,</p><p>Joe</p> ]]></content:encoded> </item> <item><title>By: Matt Borja</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-174673</link> <dc:creator>Matt Borja</dc:creator> <pubDate>Thu, 06 Oct 2011 16:14:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-174673</guid> <description>This is also required on some dedicated servers and cloud solutions (e.g. Rackspace). Having chroot_local_user=YES is not sufficient in such cases and requires chroot_list_enable and chroot_list_file to both be uncommented.
Also, it&#039;s probably worth mentioning that while this will chroot FTP users, it will not chroot SFTP over SSH users. This is an upcoming feature that will be present in CentOS 6, but as of now, Ubuntu, all current distributions of Red Hat, and CentOS 5 do not support chrooting of SFTP/SSH accounts</description> <content:encoded><![CDATA[<p>This is also required on some dedicated servers and cloud solutions (e.g. Rackspace). Having chroot_local_user=YES is not sufficient in such cases and requires chroot_list_enable and chroot_list_file to both be uncommented.</p><p>Also, it&#8217;s probably worth mentioning that while this will chroot FTP users, it will not chroot SFTP over SSH users. This is an upcoming feature that will be present in CentOS 6, but as of now, Ubuntu, all current distributions of Red Hat, and CentOS 5 do not support chrooting of SFTP/SSH accounts</p> ]]></content:encoded> </item> <item><title>By: Xavi</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-173191</link> <dc:creator>Xavi</dc:creator> <pubDate>Wed, 10 Aug 2011 09:51:21 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-173191</guid> <description>Check that
local_root=/
is commented in your etc/vsftpd.conf file (if not, it’ll go ever to / or whatever it’s put there). Cheers</description> <content:encoded><![CDATA[<p>Check that</p><p>local_root=/</p><p>is commented in your etc/vsftpd.conf file (if not, it’ll go ever to / or whatever it’s put there). Cheers</p> ]]></content:encoded> </item> <item><title>By: Xavi</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-173190</link> <dc:creator>Xavi</dc:creator> <pubDate>Wed, 10 Aug 2011 09:50:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-173190</guid> <description>Check that
local_root=/
is commented in your etc/vsftpd.conf file (if not, it&#039;ll go ever to / or whatever it&#039;s put there). Cheers</description> <content:encoded><![CDATA[<p>Check that</p><p>local_root=/</p><p>is commented in your etc/vsftpd.conf file (if not, it&#8217;ll go ever to / or whatever it&#8217;s put there). Cheers</p> ]]></content:encoded> </item> <item><title>By: Jon</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-171521</link> <dc:creator>Jon</dc:creator> <pubDate>Tue, 24 May 2011 09:53:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-171521</guid> <description>I could use some help for the following:
1) local user (myself) need complete access to update wordpress and by default I have what I need with the following:
anon_mkdir_write_enable=YES
anon_root=/srv/ftp
anon_upload_enable=YES
chroot_local_user=NO
local_enable=YES
log_ftp_protocol=YES
max_clients=10
max_per_ip=3
write_enable=YES
local_root=/srv/www/wp-content
2) I have a web developer that requires access to another folder
/srv/www/domainname
How do I give him access to this domainname folder, and only that location and what lies under it? i.e the subfolder of the domainname folder.  I do not want him to be able to change directory from that folder.
Thanks</description> <content:encoded><![CDATA[<p>I could use some help for the following:<br
/> 1) local user (myself) need complete access to update wordpress and by default I have what I need with the following:<br
/> anon_mkdir_write_enable=YES<br
/> anon_root=/srv/ftp<br
/> anon_upload_enable=YES<br
/> chroot_local_user=NO<br
/> local_enable=YES<br
/> log_ftp_protocol=YES<br
/> max_clients=10<br
/> max_per_ip=3<br
/> write_enable=YES<br
/> local_root=/srv/www/wp-content</p><p>2) I have a web developer that requires access to another folder<br
/> /srv/www/domainname</p><p>How do I give him access to this domainname folder, and only that location and what lies under it? i.e the subfolder of the domainname folder.  I do not want him to be able to change directory from that folder.</p><p>Thanks</p> ]]></content:encoded> </item> <item><title>By: Nandakumar</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-159295</link> <dc:creator>Nandakumar</dc:creator> <pubDate>Thu, 02 Sep 2010 12:16:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-159295</guid> <description>Brian :( ….you are right. Nobody has said this that chroot not jail the user, I have wasted my time doing chroot on sftp and nothing happened yet, after seeing your post i just commented all the sftp option in vsftp config file. now i am seeing that jailing option working. Thanks a lot :) you saved me.
But still my task incomplete how to jail the user in sftp and how make this ftp work in browser (integrate with apache) ?
I am newbie so please don’t mistake me if raised silly questions.
Please help me…</description> <content:encoded><![CDATA[<p>Brian :( ….you are right. Nobody has said this that chroot not jail the user, I have wasted my time doing chroot on sftp and nothing happened yet, after seeing your post i just commented all the sftp option in vsftp config file. now i am seeing that jailing option working. Thanks a lot :) you saved me.</p><p>But still my task incomplete how to jail the user in sftp and how make this ftp work in browser (integrate with apache) ?</p><p>I am newbie so please don’t mistake me if raised silly questions.<br
/> Please help me…</p> ]]></content:encoded> </item> <item><title>By: Nandakumar</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-159294</link> <dc:creator>Nandakumar</dc:creator> <pubDate>Thu, 02 Sep 2010 12:16:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-159294</guid> <description>Brian :(  ....you are right. Nobody has said this that chroot not jail the user, I have wasted my time doing chroot on sftp and nothing happened yet, after seeing your post i just commented all the sftp option in vsftp config file. now i am seeing that jailing option working. Thanks a lot :) you saved me.
But still my task incomplete how to jail the user in sftp and how make this ftp work in browser (integrate with apache) ?
I am newbie so please don&#039;t mistake me if raised silly questions.
Please help me...
Nanda</description> <content:encoded><![CDATA[<p>Brian :(  &#8230;.you are right. Nobody has said this that chroot not jail the user, I have wasted my time doing chroot on sftp and nothing happened yet, after seeing your post i just commented all the sftp option in vsftp config file. now i am seeing that jailing option working. Thanks a lot :) you saved me.</p><p>But still my task incomplete how to jail the user in sftp and how make this ftp work in browser (integrate with apache) ?</p><p>I am newbie so please don&#8217;t mistake me if raised silly questions.<br
/> Please help me&#8230;</p><p>Nanda</p> ]]></content:encoded> </item> <item><title>By: Nandakumar</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-159293</link> <dc:creator>Nandakumar</dc:creator> <pubDate>Thu, 02 Sep 2010 10:58:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-159293</guid> <description>I am also facing the problem like user can able to access all the folders without any restriction. I have enabled all the above said option but none of them working. I have two issues one i am not able to access ftp via browser and another one any user can access any folder with out any control. could anybody can help me to solve this issue ?
Thanks,
Nanda</description> <content:encoded><![CDATA[<p>I am also facing the problem like user can able to access all the folders without any restriction. I have enabled all the above said option but none of them working. I have two issues one i am not able to access ftp via browser and another one any user can access any folder with out any control. could anybody can help me to solve this issue ?</p><p>Thanks,<br
/> Nanda</p> ]]></content:encoded> </item> <item><title>By: steven</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-156898</link> <dc:creator>steven</dc:creator> <pubDate>Wed, 30 Jun 2010 07:34:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-156898</guid> <description>even only set chroot_local_user=yes. it still limit user to &quot;/&quot; ,rather than user&#039;s home directory. any idea how to fix this ?</description> <content:encoded><![CDATA[<p>even only set chroot_local_user=yes. it still limit user to &#8220;/&#8221; ,rather than user&#8217;s home directory. any idea how to fix this ?</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-156416</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Tue, 08 Jun 2010 20:42:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-156416</guid> <description>VSFTPD = FTP server
SFTP = OpenSSH server, so you need to chroot OpenSSH user. OpenSSH 5.x series do have inbuilt support for jailing users to their directories.
Another option is to run vsftpd with SSL support only.</description> <content:encoded><![CDATA[<p>VSFTPD = FTP server<br
/> SFTP = OpenSSH server, so you need to chroot OpenSSH user. OpenSSH 5.x series do have inbuilt support for jailing users to their directories.</p><p>Another option is to run vsftpd with SSL support only.</p> ]]></content:encoded> </item> <item><title>By: Brian</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-156415</link> <dc:creator>Brian</dc:creator> <pubDate>Tue, 08 Jun 2010 20:29:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-156415</guid> <description>Works great with regular FTP, but does not jail users when using SFTP. How would I do that?</description> <content:encoded><![CDATA[<p>Works great with regular FTP, but does not jail users when using SFTP. How would I do that?</p> ]]></content:encoded> </item> <item><title>By: Phil</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-156381</link> <dc:creator>Phil</dc:creator> <pubDate>Sat, 05 Jun 2010 23:33:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-156381</guid> <description>If you put people in the chroot_list thats people that are NOT going to be restricted to there home directory. leave chroost list enable commented out, skip adding names to the list and just use chroot_local_user=yes
peace easy
-phil</description> <content:encoded><![CDATA[<p>If you put people in the chroot_list thats people that are NOT going to be restricted to there home directory. leave chroost list enable commented out, skip adding names to the list and just use chroot_local_user=yes</p><p>peace easy<br
/> -phil</p> ]]></content:encoded> </item> <item><title>By: Ray</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-154030</link> <dc:creator>Ray</dc:creator> <pubDate>Tue, 02 Mar 2010 07:31:50 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-154030</guid> <description>Hey gyus, i did the chroot_local_user=yes
chroot list enable=yes
add the user names on /etc/vsftpd/chroot_list
still when logging I go everywhere on /
Any ideas?
Thanks!</description> <content:encoded><![CDATA[<p>Hey gyus, i did the chroot_local_user=yes<br
/> chroot list enable=yes<br
/> add the user names on /etc/vsftpd/chroot_list<br
/> still when logging I go everywhere on /</p><p>Any ideas?</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: Muhammad Babar</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-154028</link> <dc:creator>Muhammad Babar</dc:creator> <pubDate>Tue, 02 Mar 2010 07:24:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-154028</guid> <description>Hi!
I configure a vsftpd server and they work but when i access through browser they open &quot;Log On As&quot; window but we can&#039;t login. i don&#039;t know why this happen.
but we can access through cmd.
We want to access my Home directory through internet-explorer.
Plzz help meee</description> <content:encoded><![CDATA[<p>Hi!<br
/> I configure a vsftpd server and they work but when i access through browser they open &#8220;Log On As&#8221; window but we can&#8217;t login. i don&#8217;t know why this happen.<br
/> but we can access through cmd.<br
/> We want to access my Home directory through internet-explorer.<br
/> Plzz help meee</p> ]]></content:encoded> </item> <item><title>By: Matt J.</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-150562</link> <dc:creator>Matt J.</dc:creator> <pubDate>Tue, 08 Sep 2009 08:08:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-150562</guid> <description>Hi, Vikas-
If your browser implements the spec (RFC1738) correctly, then in the case where you specify no user name, it will assume the user name is &#039;anonymous&#039;. Now back in the days when the spec was written, the password for &#039;anonymous&#039; was an email address. But this is not so common now. Now the password is usually also &#039;anonymous&#039;.
That is the difference between &quot;ftp://X.X.X.X&quot; and &quot;ftp://username@X.X.X.X&quot;. So the behavior you describe sounds like the browser is doing the right thing.</description> <content:encoded><![CDATA[<p>Hi, Vikas-</p><p>If your browser implements the spec (RFC1738) correctly, then in the case where you specify no user name, it will assume the user name is &#8216;anonymous&#8217;. Now back in the days when the spec was written, the password for &#8216;anonymous&#8217; was an email address. But this is not so common now. Now the password is usually also &#8216;anonymous&#8217;.</p><p>That is the difference between &#8220;ftp://X.X.X.X&#8221; and &#8220;ftp://username@X.X.X.X&#8221;. So the behavior you describe sounds like the browser is doing the right thing.</p> ]]></content:encoded> </item> <item><title>By: Vikas Singh</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-149656</link> <dc:creator>Vikas Singh</dc:creator> <pubDate>Thu, 23 Jul 2009 12:13:28 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-149656</guid> <description>Hi, All
I have configure ftp in fc5.
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd/chroot_list
but when I trying to access my ftp from web (ftp://X.X.X.X) it is not asking for username and passwd but I can access it ftp://username@X.X.X.X. I m not understanding why?</description> <content:encoded><![CDATA[<p>Hi, All<br
/> I have configure ftp in fc5.<br
/> chroot_list_enable=YES<br
/> chroot_list_file=/etc/vsftpd/chroot_list<br
/> but when I trying to access my ftp from web (<a
href="ftp://X.X.X.X" rel="nofollow">ftp://X.X.X.X</a>) it is not asking for username and passwd but I can access it <a
href="ftp://username@X.X.X.X" rel="nofollow">ftp://username@X.X.X.X</a>. I m not understanding why?</p> ]]></content:encoded> </item> <item><title>By: Bineesh</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-149303</link> <dc:creator>Bineesh</dc:creator> <pubDate>Fri, 03 Jul 2009 09:34:28 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-149303</guid> <description>How i can configure different chroot directory for different users.</description> <content:encoded><![CDATA[<p>How i can configure different chroot directory for different users.</p> ]]></content:encoded> </item> <item><title>By: srinivas</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-148880</link> <dc:creator>srinivas</dc:creator> <pubDate>Tue, 09 Jun 2009 06:10:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-148880</guid> <description>my vsftpd setup has following
-&gt;useradd -d /var/www/html/site ftpupload
-&gt;chown ftp:ftp /var/www/html/site
-&gt;chmod g+w /var/www/html/site
-&gt;vi /etc/vsftpd/vsftpd.conf
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd/chroot_list
-&gt; vi /etc/vsftpd/chroot_list
ftpupload
this works fine when i tried from command mode  from another linux
box using both ftp and lftp commands and my user restricting to his home
directory.
this is the same with the case if i use WinSCP with ftp as protocol.
but if i use sftp as the protocol i am able to chroot to another directories too
anybody has this problem ??
i need help..
Thanks in advance</description> <content:encoded><![CDATA[<p>my vsftpd setup has following</p><p>-&gt;useradd -d /var/www/html/site ftpupload<br
/> -&gt;chown ftp:ftp /var/www/html/site<br
/> -&gt;chmod g+w /var/www/html/site<br
/> -&gt;vi /etc/vsftpd/vsftpd.conf<br
/> chroot_list_enable=YES<br
/> chroot_list_file=/etc/vsftpd/chroot_list<br
/> -&gt; vi /etc/vsftpd/chroot_list<br
/> ftpupload</p><p>this works fine when i tried from command mode  from another linux<br
/> box using both ftp and lftp commands and my user restricting to his home<br
/> directory.</p><p>this is the same with the case if i use WinSCP with ftp as protocol.<br
/> but if i use sftp as the protocol i am able to chroot to another directories too</p><p>anybody has this problem ??<br
/> i need help..</p><p>Thanks in advance</p> ]]></content:encoded> </item> <item><title>By: Martin</title><link>http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-147674</link> <dc:creator>Martin</dc:creator> <pubDate>Sun, 15 Mar 2009 22:36:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html#comment-147674</guid> <description>To Bjarte Aune Olsen:
search in the configuration file the directive local_root=... and comment it out (thus local_root will be unset). If this directive was set then vsftpd always respect him, so after loging in, he put the user in the directory that was set by local_root=...
I hope that will help you.
-Martin-</description> <content:encoded><![CDATA[<p>To Bjarte Aune Olsen:<br
/> search in the configuration file the directive local_root=&#8230; and comment it out (thus local_root will be unset). If this directive was set then vsftpd always respect him, so after loging in, he put the user in the directory that was set by local_root=&#8230;<br
/> I hope that will help you.</p><p>-Martin-</p> ]]></content:encoded> </item> </channel> </rss>
