<?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>24LiveSupport : Increase Your Knowledge Share IT &#187; Plesk-Linux</title>
	<atom:link href="http://www.24livesupport.com/category/plesk-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.24livesupport.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 17 May 2010 11:26:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Create addional FTP accounts using SSH in Plesk</title>
		<link>http://www.24livesupport.com/plesk-linux/create-addional-ftp-accounts-using-ssh-in-plesk/</link>
		<comments>http://www.24livesupport.com/plesk-linux/create-addional-ftp-accounts-using-ssh-in-plesk/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 11:11:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk-Linux]]></category>
		<category><![CDATA[Tools and Utilities]]></category>

		<guid isPermaLink="false">http://www.24livesupport.com/?p=69</guid>
		<description><![CDATA[Login to the server as &#8216;root&#8217; user and create a system user (for example USER_NAME) with home directory you need, for example: # /usr/sbin/useradd -d $HTTPD_VHOSTS_D/your_domain/some/location -s /bin/false USER_NAME Set the password for this user using &#8216;passwd&#8217; command. Add this user into &#8216;psacln&#8217; group: # /usr/sbin/usermod -G psacln USER_NAME The user will be &#8216;chroot&#8217;-ed to [...]]]></description>
			<content:encoded><![CDATA[<p>Login to the server as &#8216;root&#8217; user and create a system user (for example USER_NAME) with home directory you need, for example:<br />
<code># /usr/sbin/useradd -d <a href="/en/952">$HTTPD_VHOSTS_D</a>/your_domain/some/location -s /bin/false USER_NAME</code></p>
<p>Set the password for this user using &#8216;passwd&#8217; command.</p>
<p>Add this user into &#8216;psacln&#8217; group:<br />
<code># /usr/sbin/usermod -G psacln USER_NAME</code></p>
<p>The user will be &#8216;chroot&#8217;-ed to his home because &#8216;psacln&#8217; group is listed in /etc/ftpchroot. Set read/write permissions for this user on his home directory, for example:<br />
<code># chmod 755 <a href="/en/952">$HTTPD_VHOSTS_D</a>/your_domain/some/location<br />
# chown USER_NAME:psacln <a href="/en/952">$HTTPD_VHOSTS_D</a>/your_domain/some/location</code></p>
<p>And set execute permission on the domain&#8217;s httpdocs folder:</p>
<p><code># chmod 751 <a href="/en/952">$HTTPD_VHOSTS_D</a>/your_domain/httpdocs</code></p>
<p><a href="/en/952">$HTTPD_VHOSTS_D</a> &#8211; have to be replaced with the real path to the Plesk virtual hosts in the all examples above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.24livesupport.com/plesk-linux/create-addional-ftp-accounts-using-ssh-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
