<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>linuxbuddies.com &#187; pure-ftpd</title>
	<atom:link href="http://linuxbuddies.com/tag/pure-ftpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbuddies.com</link>
	<description>For linux documentations.</description>
	<lastBuildDate>Fri, 11 Sep 2009 10:11:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Limiting FTP users to their home directory</title>
		<link>http://linuxbuddies.com/2009/01/16/limiting-ftp-users-to-their-home-directory/</link>
		<comments>http://linuxbuddies.com/2009/01/16/limiting-ftp-users-to-their-home-directory/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 15:22:01 +0000</pubDate>
		<dc:creator>Riyesh</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[User administration]]></category>
		<category><![CDATA[server tweak]]></category>
		<category><![CDATA[limit ftp user]]></category>
		<category><![CDATA[pro-ftpd]]></category>
		<category><![CDATA[pure-ftpd]]></category>
		<category><![CDATA[vsftpd]]></category>

		<guid isPermaLink="false">http://linuxbuddies.com/?p=280</guid>
		<description><![CDATA[ Purpose
Unless the ftp users are limited to their home directories, they will able to access all files &#38; folders on the server .
How to
Below you may see how this can done to 3 of the ftp servers used in common.
Pro-ftpd
vsftpd
pure-ftpd
Pure-ftpd 
vi  /etc/pure-ftpd.conf
And change the following line
ChrootEveryone=YES
pro-ftpd
 vi  /etc/proftpd.conf
DefaultRoot ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-279" title="ftp" src="http://linuxbuddies.com/wp-content/uploads/2009/01/ftp-150x150.gif" alt="ftp" width="150" height="150" /> <strong>Purpose</strong></p>
<p>Unless the ftp users are limited to their home directories, they will able to access all files &amp; folders on the server .</p>
<p><strong>How to</strong></p>
<p>Below you may see how this can done to 3 of the ftp servers used in common.</p>
<p>Pro-ftpd</p>
<p>vsftpd</p>
<p>pure-ftpd</p>
<p><strong>Pure-ftpd </strong></p>
<p style="padding-left: 30px;">vi  /etc/pure-ftpd.conf</p>
<p>And change the following line</p>
<p style="padding-left: 30px;">ChrootEveryone=YES</p>
<p><strong>pro-ftpd</strong></p>
<p style="padding-left: 30px;"><strong> </strong>vi  /etc/proftpd.conf</p>
<p style="padding-left: 30px;">DefaultRoot ~</p>
<p><strong>Vsftpd </strong></p>
<p style="padding-left: 30px;">vi /etc/vsftpd.conf</p>
<div class="codecontent" style="padding-left: 30px;">chroot_local_user=YES</div>
<p style="padding-left: 30px;"><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxbuddies.com/2009/01/16/limiting-ftp-users-to-their-home-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
