| Author |
Message |
MaxVicari
Joined: 07 Aug 2010
Posts: 16
|
| Posted: Thu Oct 13, 2011 4:30 pm Post subject: Better web-based SSH client |
|
|
Maybe take a look at this new open-source HTML5 SSH client?
No plugins, and appears to work pretty well!
http://vimeo.com/24857127
Source code is here:
https://github.com/liftoff/GateOne
Also, from the author:
Quote: Key-based SSH authentication and user management thereof should be there in 1.0 |
|
| Back to top |
|
Guspaz
Joined: 26 May 2009
Posts: 1150
Location: Montreal, QC
|
| Posted: Fri Oct 14, 2011 9:16 am Post subject: |
|
|
| It's not actually an SSH client, it requires a bunch of Python code running server-side that it interfaces with. But that may still work for lish. |
|
| Back to top |
|
MaxVicari
Joined: 07 Aug 2010
Posts: 16
|
| Posted: Fri Oct 14, 2011 9:22 am Post subject: |
|
|
Yeah, I actually saw about the python component after posting. That's not too surprising, and probably isn't a huge issue either, as there must already be a backend for Lish.
The theory here being that a modified version of this (OSS & all) could be made to work for Linode.
It wouldn't need the login/bookmarks features obviously, but it's clearly a rather superior way of interacting with a shell. Clearer, probably more responsive, (I suspect) no paste issues... |
|
| Back to top |
|
reaktor
Joined: 12 Jun 2010
Posts: 52
|
| Posted: Tue Nov 08, 2011 6:44 pm Post subject: |
|
|
I would love to see this as well. Here's another, that is all ajax based
http://code.google.com/p/shellinabox/ |
|
| Back to top |
|
rsk
Joined: 24 Nov 2009
Posts: 306
|
| Posted: Thu Nov 10, 2011 4:40 pm Post subject: |
|
|
reaktor wrote: I would love to see this as well. Here's another, that is all ajax based
http://code.google.com/p/shellinabox/
No, this one also is using an (C-based) backend server. All of the ajax clients are like that - there's no common way for JS to open a TCP socket, and even if there would, it'd be heavy and slow for most browsers to do SSH and such in JS.
Said that, I've used shellinabox for a MUD frontend, and it's easy to customize, relatively decent emulation. Better than Anyterm, at least. ;) |
|
| Back to top |
|
hybridos
Joined: 25 Jan 2012
Posts: 1
|
| Posted: Wed Jan 25, 2012 12:46 pm Post subject: |
|
|
| If you need a web-based ssh client, use sshterm.com. It's free and quite handy. |
|
| Back to top |
|
| |