<?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: How to restrict access with rbash</title>
	<atom:link href="http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/</link>
	<description>A LAMP in the Samsara</description>
	<lastBuildDate>Tue, 07 Sep 2010 07:48:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/comment-page-1/#comment-2061</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Wed, 28 Jul 2010 15:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=14#comment-2061</guid>
		<description>@Elie : I updated my post.

What is it you are trying to do exactly ? You posted several comments, but I am not clear what you want to do.</description>
		<content:encoded><![CDATA[<p>@Elie : I updated my post.</p>
<p>What is it you are trying to do exactly ? You posted several comments, but I am not clear what you want to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elie</title>
		<link>http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/comment-page-1/#comment-2058</link>
		<dc:creator>Elie</dc:creator>
		<pubDate>Wed, 28 Jul 2010 12:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=14#comment-2058</guid>
		<description>This line: 
echo “export PATH=’/home/rbash/usr/bin’

Should there be more to it?  Is that supposed to be echoed into one of the .bash* files?  Echoing it to console doesn&#039;t seem to do much.</description>
		<content:encoded><![CDATA[<p>This line:<br />
echo “export PATH=’/home/rbash/usr/bin’</p>
<p>Should there be more to it?  Is that supposed to be echoed into one of the .bash* files?  Echoing it to console doesn&#8217;t seem to do much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Restricted bash con apparmor &#124; zaffa.org</title>
		<link>http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/comment-page-1/#comment-1458</link>
		<dc:creator>Restricted bash con apparmor &#124; zaffa.org</dc:creator>
		<pubDate>Tue, 26 Jan 2010 09:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=14#comment-1458</guid>
		<description>[...] rbash (restricted bash) , che dovrebbe permettere di  bloccare gli utenti nella loro home e di consentirgli solo un set limitato di comandi.Tuttavia molti non ritengono rbash particolarmente sicuro. Apparmor è invece ritenuto decisamente [...]</description>
		<content:encoded><![CDATA[<p>[...] rbash (restricted bash) , che dovrebbe permettere di  bloccare gli utenti nella loro home e di consentirgli solo un set limitato di comandi.Tuttavia molti non ritengono rbash particolarmente sicuro. Apparmor è invece ritenuto decisamente [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/comment-page-1/#comment-1112</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Wed, 21 Oct 2009 20:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=14#comment-1112</guid>
		<description>@marc ;

You are not doing anything wrong, it is a bash thing (I use zsh)

For bash user:

for i in .bashrc .bash_login .bash_profile .bash_logout .profile; do echo &quot;. .bashrc&quot; &gt; $i; done

I will update the post.</description>
		<content:encoded><![CDATA[<p>@marc ;</p>
<p>You are not doing anything wrong, it is a bash thing (I use zsh)</p>
<p>For bash user:</p>
<p>for i in .bashrc .bash_login .bash_profile .bash_logout .profile; do echo &#8220;. .bashrc&#8221; &gt; $i; done</p>
<p>I will update the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/comment-page-1/#comment-1111</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Tue, 20 Oct 2009 17:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=14#comment-1111</guid>
		<description>When I try to run this:
echo “. .bashrc” &gt; {.bash_login,.bashrc,.profile,.bash_profile,.bash_logout}


I get this:

bash: {.bash_login,.bashrc,.profile,.bash_profile,.bash_logout}: ambiguous redirect

What am i doing wrong?</description>
		<content:encoded><![CDATA[<p>When I try to run this:<br />
echo “. .bashrc” &gt; {.bash_login,.bashrc,.profile,.bash_profile,.bash_logout}</p>
<p>I get this:</p>
<p>bash: {.bash_login,.bashrc,.profile,.bash_profile,.bash_logout}: ambiguous redirect</p>
<p>What am i doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/comment-page-1/#comment-610</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Sun, 26 Apr 2009 19:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=14#comment-610</guid>
		<description>Thank you, fixed that typo.</description>
		<content:encoded><![CDATA[<p>Thank you, fixed that typo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dik</title>
		<link>http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/comment-page-1/#comment-606</link>
		<dc:creator>Dik</dc:creator>
		<pubDate>Fri, 24 Apr 2009 14:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=14#comment-606</guid>
		<description>sudo chomod 750 /home/ruser

CHOMOD ????</description>
		<content:encoded><![CDATA[<p>sudo chomod 750 /home/ruser</p>
<p>CHOMOD ????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadows of epiphany &#187; Blog Archive &#187; Shared SSH Sessions, Update for Jaunty (Ubuntu 9.04)</title>
		<link>http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/comment-page-1/#comment-512</link>
		<dc:creator>Shadows of epiphany &#187; Blog Archive &#187; Shared SSH Sessions, Update for Jaunty (Ubuntu 9.04)</dc:creator>
		<pubDate>Sat, 28 Mar 2009 06:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=14#comment-512</guid>
		<description>[...] rather then rbash is that AppArmor is more robust. jdong was kind enough to post a comment on my rbash blog showing he was able to break out of rbash in 10 [...]</description>
		<content:encoded><![CDATA[<p>[...] rather then rbash is that AppArmor is more robust. jdong was kind enough to post a comment on my rbash blog showing he was able to break out of rbash in 10 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/comment-page-1/#comment-464</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Tue, 17 Mar 2009 07:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=14#comment-464</guid>
		<description>See &lt;a href=&quot;http://kjell.haxx.se/man/man.cgi/rbash/1&quot; rel=&quot;nofollow&quot;&gt;man rbash&lt;/a&gt;

&lt;blockquote&gt;It behaves identically to bash with the exception
       that the  following  are disallowed or not performed:

       *  changing directories with cd

       ...
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>See <a href="http://kjell.haxx.se/man/man.cgi/rbash/1" rel="nofollow">man rbash</a></p>
<blockquote><p>It behaves identically to bash with the exception<br />
       that the  following  are disallowed or not performed:</p>
<p>       *  changing directories with cd</p>
<p>       &#8230;
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: ceabaird</title>
		<link>http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/comment-page-1/#comment-463</link>
		<dc:creator>ceabaird</dc:creator>
		<pubDate>Tue, 17 Mar 2009 06:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=14#comment-463</guid>
		<description>I&#039;ve been using /bin/rbash successfully until recently, when I can ssh into a user&#039;s home directory, but that&#039;s ALL. I can&#039;t cd into any of the folders in their home directory... I&#039;m not sure why...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using /bin/rbash successfully until recently, when I can ssh into a user&#8217;s home directory, but that&#8217;s ALL. I can&#8217;t cd into any of the folders in their home directory&#8230; I&#8217;m not sure why&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.080 seconds -->
