<?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: Using Jailkit for chrooting shell accounts	</title>
	<atom:link href="https://www.brandonchecketts.com/archives/using-jailkit-for-chrooting-shell-accounts/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/using-jailkit-for-chrooting-shell-accounts</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Sat, 19 Jul 2008 15:54:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Kevin		</title>
		<link>https://www.brandonchecketts.com/archives/using-jailkit-for-chrooting-shell-accounts/comment-page-1#comment-979</link>

		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 15:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/archives/using-jailkit-for-chrooting-shell-accounts#comment-979</guid>

					<description><![CDATA[I installed 2.5 and found a few more things that are helpful - not sure if they are there in 2.4.

There is a jk_cp command that will copy a file into the jail along with any related libraries.  If the library already exists in the jail it leaves it alone:

jk_cp -v -j /home/jail-someuser /bin/hostname

Also, &quot;editors&quot; installs vim and all related libraries, you just need to create an alias for vi to vim.

You also need to setup the /etc/passwd and /etc/group files inside the jail with the user&#039;s information and group (all paths relative to within the jail).  I had a problem where the user would login, but then immediately exit and it was due to the /etc/group file not being updated.]]></description>
			<content:encoded><![CDATA[<p>I installed 2.5 and found a few more things that are helpful &#8211; not sure if they are there in 2.4.</p>
<p>There is a jk_cp command that will copy a file into the jail along with any related libraries.  If the library already exists in the jail it leaves it alone:</p>
<p>jk_cp -v -j /home/jail-someuser /bin/hostname</p>
<p>Also, &#8220;editors&#8221; installs vim and all related libraries, you just need to create an alias for vi to vim.</p>
<p>You also need to setup the /etc/passwd and /etc/group files inside the jail with the user&#8217;s information and group (all paths relative to within the jail).  I had a problem where the user would login, but then immediately exit and it was due to the /etc/group file not being updated.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
