<?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: Shared Terminal Sessions over SSH</title>
	<atom:link href="http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/</link>
	<description>A LAMP in the Samsara</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:20:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sanbar</title>
		<link>http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/comment-page-1/#comment-4629</link>
		<dc:creator>sanbar</dc:creator>
		<pubDate>Fri, 06 Jan 2012 21:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=27#comment-4629</guid>
		<description>Thanks, bodhi.</description>
		<content:encoded><![CDATA[<p>Thanks, bodhi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drubin</title>
		<link>http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/comment-page-1/#comment-409</link>
		<dc:creator>drubin</dc:creator>
		<pubDate>Wed, 04 Mar 2009 21:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=27#comment-409</guid>
		<description>bodhi Thanks for that link! very very cool to know. :)

I also see why there is a difference between PS1 and echo colors..  so I was wrong about my first post since you weren&#039;t using colors for your PS1</description>
		<content:encoded><![CDATA[<p>bodhi Thanks for that link! very very cool to know. :)</p>
<p>I also see why there is a difference between PS1 and echo colors..  so I was wrong about my first post since you weren&#8217;t using colors for your PS1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/comment-page-1/#comment-408</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Wed, 04 Mar 2009 14:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=27#comment-408</guid>
		<description>As it turns out, KIAaze posted an elegant solution to the colors in .bashrc on the ubuntu forums 

Here: http://ubuntuforums.org/showpost.php?p=6835224&amp;postcount=128</description>
		<content:encoded><![CDATA[<p>As it turns out, KIAaze posted an elegant solution to the colors in .bashrc on the ubuntu forums </p>
<p>Here: <a href="http://ubuntuforums.org/showpost.php?p=6835224&#038;postcount=128" rel="nofollow">http://ubuntuforums.org/showpost.php?p=6835224&#038;postcount=128</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elfy</title>
		<link>http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/comment-page-1/#comment-388</link>
		<dc:creator>elfy</dc:creator>
		<pubDate>Fri, 13 Feb 2009 20:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=27#comment-388</guid>
		<description>Really couldn&#039;t say about very much about that - but I can say that it works very well in a teaching environment ...

At least I hope that it did :D</description>
		<content:encoded><![CDATA[<p>Really couldn&#8217;t say about very much about that &#8211; but I can say that it works very well in a teaching environment &#8230;</p>
<p>At least I hope that it did :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drubin</title>
		<link>http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/comment-page-1/#comment-386</link>
		<dc:creator>drubin</dc:creator>
		<pubDate>Thu, 12 Feb 2009 19:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=27#comment-386</guid>
		<description>This is rather odd... 

But like I said the your color codes worked fine up to a point. But some times my terminal wouldn&#039;t be able to run ctrl+u to clear the current line it would stop at a random char on the line.

But this problem might have been since I wasn&#039;t using echo -e &quot;&quot; I was using &quot;\e&quot;

I wonder what the reasoning for this is?Maybe it is only required on PS1&#039;s?</description>
		<content:encoded><![CDATA[<p>This is rather odd&#8230; </p>
<p>But like I said the your color codes worked fine up to a point. But some times my terminal wouldn&#8217;t be able to run ctrl+u to clear the current line it would stop at a random char on the line.</p>
<p>But this problem might have been since I wasn&#8217;t using echo -e &#8220;&#8221; I was using &#8220;\e&#8221;</p>
<p>I wonder what the reasoning for this is?Maybe it is only required on PS1&#8242;s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/comment-page-1/#comment-384</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Thu, 12 Feb 2009 06:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=27#comment-384</guid>
		<description>drubin:

First thank you for your insights and feedback.

What problems were you having and how is it these color codes fixed it ?

I use the codes primarily to set the color via echo 
(ie echo -e ${GREEN}green )

http://hacktux.com/bash/colors

When I changed the syntax as you suggested I get &quot;\[\]&quot; printed in the echo command 
(echo -e ${GREEN}green ). 

My syntax seems to &quot;works for me&quot; when I use it to set PS1 for example PS1=&quot;${GREEN}/w&quot;</description>
		<content:encoded><![CDATA[<p>drubin:</p>
<p>First thank you for your insights and feedback.</p>
<p>What problems were you having and how is it these color codes fixed it ?</p>
<p>I use the codes primarily to set the color via echo<br />
(ie echo -e ${GREEN}green )</p>
<p><a href="http://hacktux.com/bash/colors" rel="nofollow">http://hacktux.com/bash/colors</a></p>
<p>When I changed the syntax as you suggested I get &#8220;\[\]&#8221; printed in the echo command<br />
(echo -e ${GREEN}green ). </p>
<p>My syntax seems to &#8220;works for me&#8221; when I use it to set PS1 for example PS1=&#8221;${GREEN}/w&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drubin</title>
		<link>http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/comment-page-1/#comment-380</link>
		<dc:creator>drubin</dc:creator>
		<pubDate>Wed, 11 Feb 2009 05:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=27#comment-380</guid>
		<description>Hey Bodhi

There is a slight error with regards to your colors. (I have been using them for a while and never noticed till yesterday when my shell started to act up).

BLUE=’\e[0;34m’
RED=’\e[0;31m’
GREEN=’\e[0;32m’

Should be.
BLUE=’\[\e[0;34m\]’
RED=’\[\e[0;31m\]’
GREEN=’\[\e[0;32m\]’

Notice the first \[ and the last \]
source.
http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x329.html.

Or maybe this is for a pure bash shell.</description>
		<content:encoded><![CDATA[<p>Hey Bodhi</p>
<p>There is a slight error with regards to your colors. (I have been using them for a while and never noticed till yesterday when my shell started to act up).</p>
<p>BLUE=’\e[0;34m’<br />
RED=’\e[0;31m’<br />
GREEN=’\e[0;32m’</p>
<p>Should be.<br />
BLUE=’\[\e[0;34m\]’<br />
RED=’\[\e[0;31m\]’<br />
GREEN=’\[\e[0;32m\]’</p>
<p>Notice the first \[ and the last \]<br />
source.<br />
<a href="http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x329.html" rel="nofollow">http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x329.html</a>.</p>
<p>Or maybe this is for a pure bash shell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FummaBoottlof</title>
		<link>http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/comment-page-1/#comment-379</link>
		<dc:creator>FummaBoottlof</dc:creator>
		<pubDate>Mon, 09 Feb 2009 15:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=27#comment-379</guid>
		<description>Hi, cool site, good writing ;)</description>
		<content:encoded><![CDATA[<p>Hi, cool site, good writing ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shared Terminal Sessions over SSH &#124; Madbuda</title>
		<link>http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/comment-page-1/#comment-91</link>
		<dc:creator>Shared Terminal Sessions over SSH &#124; Madbuda</dc:creator>
		<pubDate>Fri, 23 Jan 2009 18:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=27#comment-91</guid>
		<description>[...] Team to facilitate learning the command line during IRC Classroom sessions. Continue over to Shadows of epiphany » Blog Archive » Shared Terminal Sessions over SSH for the rest of the howto.                         posted by admin at 7:40 am  [...]</description>
		<content:encoded><![CDATA[<p>[...] Team to facilitate learning the command line during IRC Classroom sessions. Continue over to Shadows of epiphany » Blog Archive » Shared Terminal Sessions over SSH for the rest of the howto.                         posted by admin at 7:40 am  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/shared-terminal-sessions-over-ssh/comment-page-1/#comment-79</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Tue, 20 Jan 2009 21:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=27#comment-79</guid>
		<description>Malcolm:

I am sure you know this, but for the benefit of others following this conversation, you can not use selinux at the same time as apparmor (they are mutually exclusive).

There is a benefit of rbash but please keep in mind as I *tried* to point out and jdong made perfectly clear (to me at least), it is not *too* difficult to break out of rbash.

apparmor and selinux will both be configured somewhat different, but both are more secure then rbash.

If you are already using apparmor and/or selinux, rbash does not, IMO, add much.</description>
		<content:encoded><![CDATA[<p>Malcolm:</p>
<p>I am sure you know this, but for the benefit of others following this conversation, you can not use selinux at the same time as apparmor (they are mutually exclusive).</p>
<p>There is a benefit of rbash but please keep in mind as I *tried* to point out and jdong made perfectly clear (to me at least), it is not *too* difficult to break out of rbash.</p>
<p>apparmor and selinux will both be configured somewhat different, but both are more secure then rbash.</p>
<p>If you are already using apparmor and/or selinux, rbash does not, IMO, add much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

