[lug] HTML terminal?

Zan Lynx zlynx at acm.org
Thu Dec 7 10:35:47 MST 2006


On Thu, 2006-12-07 at 10:00 -0700, David Morris wrote:
> I don't know if anything like this even exists, I'm just
> hoping:
> 
> I'm looking for a way to run a terminal connection to a
> system using HTML as the interface.  Not a Java applet.
> A text entry form in place of the command line and HTML code
> for displaying the terminal window.
> 
> Why?  Because when I travel, some internet connections I
> find do not allow any form of SSH.  Java can be disabled (or
> not installed) and applications can be prevented from
> running, preventing the use of something like putty.
> 
> But HTML is always there.
> 
> Obviously the interface would be limited to the command
> line...no applications fancier than ex and mail.  But at
> least it would allow minimal access in an emergency.

I started out thinking about how to do this with AJAX, etc, but then I
realized, "Why not run SSH on port 80 or 443?"

That should work perfectly against a simple firewall with port
filtering.  A proxy with SSL support can be got around by a CONNECT
request.  Only if you're fighting some sort of traffic classifier would
that not work.

If you are, but it still allows SSL you could use openssl s_client to
connect to a Telnet server on port 443.

Perhaps you could find an implementation of RFC 3093 (IP over HTTP).
-- 
Zan Lynx <zlynx at acm.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lug.boulder.co.us/pipermail/lug/attachments/20061207/41ed3066/attachment.pgp>


More information about the LUG mailing list