<?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: An easy way to use GNU Screen over SSH</title>
	<atom:link href="http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/</link>
	<description>Down to Earth Information</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:35:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: 使用Screen实现一个终端多个窗口 &#124; ByPat博客专注于Linux资源分享!</title>
		<link>http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/comment-page-1/#comment-46656</link>
		<dc:creator>使用Screen实现一个终端多个窗口 &#124; ByPat博客专注于Linux资源分享!</dc:creator>
		<pubDate>Sun, 18 Sep 2011 08:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=458#comment-46656</guid>
		<description>[...] 参考文章： http://en.wikipedia.org/wiki/GNU_Screen http://www.ibm.com/developerworks/cn/linux/l-cn-screen/ http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 参考文章： <a href="http://en.wikipedia.org/wiki/GNU_Screen" rel="nofollow">http://en.wikipedia.org/wiki/GNU_Screen</a> <a href="http://www.ibm.com/developerworks/cn/linux/l-cn-screen/" rel="nofollow">http://www.ibm.com/developerworks/cn/linux/l-cn-screen/</a> <a href="http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/" rel="nofollow">http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Morris</title>
		<link>http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/comment-page-1/#comment-874</link>
		<dc:creator>Chris Morris</dc:creator>
		<pubDate>Fri, 23 Oct 2009 10:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=458#comment-874</guid>
		<description>@Phil, Screen doesn&#039;t use much bandwidth, I should think it will work fine..give it a go</description>
		<content:encoded><![CDATA[<p>@Phil, Screen doesn&#8217;t use much bandwidth, I should think it will work fine..give it a go</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/comment-page-1/#comment-868</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 22 Oct 2009 16:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=458#comment-868</guid>
		<description>Does this trick affect bandwidth ? (I sometimes use web-based ssh clients like http://electrica-ms.mures.rdsnet.ro/ but the speed of the connection isn&#039;t the same as with a normal ssh client)</description>
		<content:encoded><![CDATA[<p>Does this trick affect bandwidth ? (I sometimes use web-based ssh clients like <a href="http://electrica-ms.mures.rdsnet.ro/" rel="nofollow">http://electrica-ms.mures.rdsnet.ro/</a> but the speed of the connection isn&#8217;t the same as with a normal ssh client)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Morris</title>
		<link>http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/comment-page-1/#comment-292</link>
		<dc:creator>Chris Morris</dc:creator>
		<pubDate>Thu, 09 Jul 2009 05:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=458#comment-292</guid>
		<description>@flakbas - At the moment I use Ubuntu (I did mention that in the post, so it wasn&#039;t such a great guess), but I have experience with Slackware, Redhat and Gentoo. I think you are being a little hard on Ubuntu users in fact you sound pretty distributionist to me:) 

The reason I created the method  above is so you don&#039;t have any problems with multiple sessions. A simple &quot;ssh server&quot; and then &quot;screen -rd&quot;, Causes a number of errors in different circumstances, 
1) If screen isn&#039;t already running you get &quot;There is no screen to be detached.&quot;
2) But more of a serious error for me, If you open a second ssh terminal your the first screen session is detached.

I wasnt claiming to do anything special, I just wanted to make sure when I used screen, it worked everytime  without any error messages.</description>
		<content:encoded><![CDATA[<p>@flakbas &#8211; At the moment I use Ubuntu (I did mention that in the post, so it wasn&#8217;t such a great guess), but I have experience with Slackware, Redhat and Gentoo. I think you are being a little hard on Ubuntu users in fact you sound pretty distributionist to me:) </p>
<p>The reason I created the method  above is so you don&#8217;t have any problems with multiple sessions. A simple &#8220;ssh server&#8221; and then &#8220;screen -rd&#8221;, Causes a number of errors in different circumstances,<br />
1) If screen isn&#8217;t already running you get &#8220;There is no screen to be detached.&#8221;<br />
2) But more of a serious error for me, If you open a second ssh terminal your the first screen session is detached.</p>
<p>I wasnt claiming to do anything special, I just wanted to make sure when I used screen, it worked everytime  without any error messages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flakblas</title>
		<link>http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/comment-page-1/#comment-289</link>
		<dc:creator>flakblas</dc:creator>
		<pubDate>Wed, 08 Jul 2009 20:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=458#comment-289</guid>
		<description>@Yaro - Yeah maybe a little harsh. The &quot;-rd&quot; is to basically reattach a screen session.</description>
		<content:encoded><![CDATA[<p>@Yaro &#8211; Yeah maybe a little harsh. The &#8220;-rd&#8221; is to basically reattach a screen session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaro</title>
		<link>http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/comment-page-1/#comment-288</link>
		<dc:creator>Yaro</dc:creator>
		<pubDate>Wed, 08 Jul 2009 19:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=458#comment-288</guid>
		<description>@flakbas - That&#039;s a tad harsh, if accurate. Though I don&#039;t even need to put the &quot;-rd&quot; in there. Just &quot;screen&quot; does all I need.

Ubuntu does breed bad Linux habits, just like BASIC breeds bad programming habits.

I&#039;d love for Ubuntu users to just try Arch and actually use Linux for real.</description>
		<content:encoded><![CDATA[<p>@flakbas &#8211; That&#8217;s a tad harsh, if accurate. Though I don&#8217;t even need to put the &#8220;-rd&#8221; in there. Just &#8220;screen&#8221; does all I need.</p>
<p>Ubuntu does breed bad Linux habits, just like BASIC breeds bad programming habits.</p>
<p>I&#8217;d love for Ubuntu users to just try Arch and actually use Linux for real.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flakblas</title>
		<link>http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/comment-page-1/#comment-281</link>
		<dc:creator>flakblas</dc:creator>
		<pubDate>Tue, 07 Jul 2009 21:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=458#comment-281</guid>
		<description>Let me guess, you&#039;re an Ubuntu user? Ubuntu breeds bad Linux usage habits. No offense but you are making this waaaaay to hard. ssh hostname then screen -rd. Congrats on finding out about screen though. It&#039;s good stuff. @Eric - wtf are you talking about password protecting a detached screen. Think about it: you&#039;re trying to password protect a process that belongs to you.</description>
		<content:encoded><![CDATA[<p>Let me guess, you&#8217;re an Ubuntu user? Ubuntu breeds bad Linux usage habits. No offense but you are making this waaaaay to hard. ssh hostname then screen -rd. Congrats on finding out about screen though. It&#8217;s good stuff. @Eric &#8211; wtf are you talking about password protecting a detached screen. Think about it: you&#8217;re trying to password protect a process that belongs to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaro</title>
		<link>http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/comment-page-1/#comment-182</link>
		<dc:creator>Yaro</dc:creator>
		<pubDate>Tue, 23 Jun 2009 14:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=458#comment-182</guid>
		<description>Why do something so complicated? Is it really so hard to just tunnel in and type screen?</description>
		<content:encoded><![CDATA[<p>Why do something so complicated? Is it really so hard to just tunnel in and type screen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-05-19 &#171; Donghai Ma</title>
		<link>http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/comment-page-1/#comment-60</link>
		<dc:creator>links for 2009-05-19 &#171; Donghai Ma</dc:creator>
		<pubDate>Wed, 20 May 2009 04:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=458#comment-60</guid>
		<description>[...] An easy way to use GNU Screen over SSH &#124; Earth Info (tags: development tools linux ssh screen) [...]</description>
		<content:encoded><![CDATA[<p>[...] An easy way to use GNU Screen over SSH | Earth Info (tags: development tools linux ssh screen) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Pinstein</title>
		<link>http://www.earthinfo.org/an-easy-way-to-use-gnu-screen-over-ssh/comment-page-1/#comment-48</link>
		<dc:creator>Alan Pinstein</dc:creator>
		<pubDate>Mon, 18 May 2009 01:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=458#comment-48</guid>
		<description>Wow you made that pretty difficult! Here&#039;s what I have in my .profile script:

# auto-run screen, but only once
# MUST be done after local .zprofile which usually include PATH munging.
if ps x &#124; grep &quot;SCREEN -S MainScreen&quot; &#124; grep -v grep &amp;&gt; /dev/null
then
    echo &quot;Screen is already running.&quot;
else
    echo &quot;Starting screen...&quot;
    screen -S MainScreen
fi

This way you always log into the remote box the same way, and you can decide after you&#039;re there whether or not you want to use screen. If so, it&#039;s as simple as &quot;screen -x&quot;.

I also have finally worked out a perfect system for automatically re-attaching to ssh-agent forwarding, which was really annoying me before. LMK if you are interested in it.

Alan</description>
		<content:encoded><![CDATA[<p>Wow you made that pretty difficult! Here&#8217;s what I have in my .profile script:</p>
<p># auto-run screen, but only once<br />
# MUST be done after local .zprofile which usually include PATH munging.<br />
if ps x | grep &#8220;SCREEN -S MainScreen&#8221; | grep -v grep &amp;&gt; /dev/null<br />
then<br />
    echo &#8220;Screen is already running.&#8221;<br />
else<br />
    echo &#8220;Starting screen&#8230;&#8221;<br />
    screen -S MainScreen<br />
fi</p>
<p>This way you always log into the remote box the same way, and you can decide after you&#8217;re there whether or not you want to use screen. If so, it&#8217;s as simple as &#8220;screen -x&#8221;.</p>
<p>I also have finally worked out a perfect system for automatically re-attaching to ssh-agent forwarding, which was really annoying me before. LMK if you are interested in it.</p>
<p>Alan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

