<?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: Ever want your own web based SSH terminal?</title>
	<atom:link href="http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/</link>
	<description>techno tips and tricks</description>
	<lastBuildDate>Tue, 09 Mar 2010 11:23:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zimbel</title>
		<link>http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/comment-page-1/#comment-1452</link>
		<dc:creator>Zimbel</dc:creator>
		<pubDate>Sun, 15 Jun 2008 19:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/#comment-1452</guid>
		<description>I tried serfish but i like http://webssh.50webs.com more, that one lets me choose between white on black and black on white as colors (I noticed that most people don&#039;t trust me if i use white on black)</description>
		<content:encoded><![CDATA[<p>I tried serfish but i like <a href="http://webssh.50webs.com" rel="nofollow">http://webssh.50webs.com</a> more, that one lets me choose between white on black and black on white as colors (I noticed that most people don&#8217;t trust me if i use white on black)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürgen</title>
		<link>http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/comment-page-1/#comment-1100</link>
		<dc:creator>Jürgen</dc:creator>
		<pubDate>Tue, 25 Mar 2008 07:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/#comment-1100</guid>
		<description>if you want to try out anyterm or use a web based ssh client for free, simply go to &lt;a href=&quot;http://www.serfish.com&quot; rel=&quot;nofollow&quot;&gt;www.serfish.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>if you want to try out anyterm or use a web based ssh client for free, simply go to <a href="http://www.serfish.com" rel="nofollow">http://www.serfish.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mshade</title>
		<link>http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/comment-page-1/#comment-836</link>
		<dc:creator>mshade</dc:creator>
		<pubDate>Sat, 19 Jan 2008 00:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/#comment-836</guid>
		<description>Phil,

Thanks for the added info and insight -- that&#039;s a good point about the java applet needing an open port on the server anyway.  And thanks for straightening out the reference to your code&#039;s maturity - I was simply going by what I&#039;d seen in your introduction and installation pages.

Drop by again sometime!

Best,
Mike</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>Thanks for the added info and insight &#8212; that&#8217;s a good point about the java applet needing an open port on the server anyway.  And thanks for straightening out the reference to your code&#8217;s maturity &#8211; I was simply going by what I&#8217;d seen in your introduction and installation pages.</p>
<p>Drop by again sometime!</p>
<p>Best,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Endecott</title>
		<link>http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/comment-page-1/#comment-834</link>
		<dc:creator>Phil Endecott</dc:creator>
		<pubDate>Fri, 18 Jan 2008 22:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/#comment-834</guid>
		<description>Hi!  I&#039;m the author of Anyterm, and I&#039;ve just seen this appear in my referrer log.   Thanks for the link!

Note that instead of the Apache module, you can run Anyterm as a stand-alone daemon and proxy to it from Apache.  This is a bit safer if you don&#039;t want my code crashing your websites, and it doesn&#039;t seem to be any slower.  The comment about &quot;still fairly new code&quot; is a bit out-of-date now; version 1.0 was 2 and a half years ago.

Re: using a Java applet: the problem with that is that you need an open port to the server.  Anyterm uses only the HTTP(S) port, so it will get through firewalls.  The anyterm site has a page of comparisons with other solutions including the Java apps and AjaxTerm.

Cheers,  Phil.</description>
		<content:encoded><![CDATA[<p>Hi!  I&#8217;m the author of Anyterm, and I&#8217;ve just seen this appear in my referrer log.   Thanks for the link!</p>
<p>Note that instead of the Apache module, you can run Anyterm as a stand-alone daemon and proxy to it from Apache.  This is a bit safer if you don&#8217;t want my code crashing your websites, and it doesn&#8217;t seem to be any slower.  The comment about &#8220;still fairly new code&#8221; is a bit out-of-date now; version 1.0 was 2 and a half years ago.</p>
<p>Re: using a Java applet: the problem with that is that you need an open port to the server.  Anyterm uses only the HTTP(S) port, so it will get through firewalls.  The anyterm site has a page of comparisons with other solutions including the Java apps and AjaxTerm.</p>
<p>Cheers,  Phil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-01-18 &#171; Bijay Rungta&#8217;s Weblog</title>
		<link>http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/comment-page-1/#comment-828</link>
		<dc:creator>links for 2008-01-18 &#171; Bijay Rungta&#8217;s Weblog</dc:creator>
		<pubDate>Fri, 18 Jan 2008 00:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/#comment-828</guid>
		<description>[...] Ever want your own web based SSH terminal? &#124; Tip o’ the Day (tags: ajax linux sysadmin shell web ssh) [...]</description>
		<content:encoded><![CDATA[<p>[...] Ever want your own web based SSH terminal? | Tip o’ the Day (tags: ajax linux sysadmin shell web ssh) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mshade</title>
		<link>http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/comment-page-1/#comment-826</link>
		<dc:creator>mshade</dc:creator>
		<pubDate>Thu, 17 Jan 2008 04:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/#comment-826</guid>
		<description>Thanks, Benjamin.  I generally hate java applets, though, and I thought this was a neat implementation.  On the plus side, that java applet can&#039;t crash your server like the relatively untested Apache module Anyterm provides...</description>
		<content:encoded><![CDATA[<p>Thanks, Benjamin.  I generally hate java applets, though, and I thought this was a neat implementation.  On the plus side, that java applet can&#8217;t crash your server like the relatively untested Apache module Anyterm provides&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Doherty</title>
		<link>http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/comment-page-1/#comment-825</link>
		<dc:creator>Benjamin Doherty</dc:creator>
		<pubDate>Thu, 17 Jan 2008 04:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/#comment-825</guid>
		<description>... a flash movie that is a telnet / ssh client.</description>
		<content:encoded><![CDATA[<p>&#8230; a flash movie that is a telnet / ssh client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Doherty</title>
		<link>http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/comment-page-1/#comment-824</link>
		<dc:creator>Benjamin Doherty</dc:creator>
		<pubDate>Thu, 17 Jan 2008 04:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/#comment-824</guid>
		<description>I think this is where a Java applet can come in handy. It requires no server side technology of any kind. &lt;a href=&quot;http://doxfer.com/Webmin/CommandShell#The_SSH_Telnet_Login_module&quot; rel=&quot;nofollow&quot;&gt;Webmin has one&lt;/a&gt; and there are plenty of others that can be found at freshmeat and through Google. I even found mention of a Flash movie.</description>
		<content:encoded><![CDATA[<p>I think this is where a Java applet can come in handy. It requires no server side technology of any kind. <a href="http://doxfer.com/Webmin/CommandShell#The_SSH_Telnet_Login_module" rel="nofollow">Webmin has one</a> and there are plenty of others that can be found at freshmeat and through Google. I even found mention of a Flash movie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iffy</title>
		<link>http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/comment-page-1/#comment-821</link>
		<dc:creator>iffy</dc:creator>
		<pubDate>Wed, 16 Jan 2008 06:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://tipotheday.com/2008/01/15/ever-want-your-own-web-based-ssh-terminal/#comment-821</guid>
		<description>&lt;a href=&quot;http://antony.lesuisse.org/qweb/trac/wiki/AjaxTerm&quot; rel=&quot;nofollow&quot;&gt;AjaxTerm&lt;/a&gt; is another alternative that seems a little easier to install and manage.</description>
		<content:encoded><![CDATA[<p><a href="http://antony.lesuisse.org/qweb/trac/wiki/AjaxTerm" rel="nofollow">AjaxTerm</a> is another alternative that seems a little easier to install and manage.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
