<?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>Hack Admin &#187; chroot</title>
	<atom:link href="http://www.hackadmin.com/tag/chroot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackadmin.com</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2010 21:31:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Chroot Jail for Untrusted Users</title>
		<link>http://www.hackadmin.com/2008/03/29/chroot-jail-for-untrusted-users/</link>
		<comments>http://www.hackadmin.com/2008/03/29/chroot-jail-for-untrusted-users/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 10:55:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[Chroot Jail]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.hackadmin.com/2008/03/29/chroot-jail-for-untrusted-users/</guid>
		<description><![CDATA[So we&#8217;ve been buying some websites recently and I&#8217;ve needed to let people into the web server to upload content and such.  I knew I needed to put these folks someplace where they couldn&#8217;t hurt anything else, or more importantly, see anything else on the server.  So, I went digging around for an [...]]]></description>
			<content:encoded><![CDATA[<p>So we&#8217;ve been buying some websites recently and I&#8217;ve needed to let people into the web server to upload content and such.  I knew I needed to put these folks someplace where they couldn&#8217;t hurt anything else, or more importantly, see anything else on the server.  So, I went digging around for an FAQ on how to most effectively get this done and I came across this script:</p>
<p><span id="more-3"></span><a title="Chroot Jail" href="http://www.fuschlberger.net/programs/ssh-scp-sftp-chroot-jail/make_chroot_jail.sh.html">Chroot Jail</a></p>
<p>It&#8217;s quite nice.</p>
<p>Basically, you just pull that script down and get it on your machine.  Then you feed it a username and let it go to work.</p>
<p>When it&#8217;s done, you&#8217;ll have a new user who is isolated to /home/jail.  Their home dir will be in /home/jail/home and they can shell in and do whatever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackadmin.com/2008/03/29/chroot-jail-for-untrusted-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

