I mean pure javascript client that uses HTML5 sockets and doesn't need to be installed, just open single js file in browser. Is it possible to write such client at all?
I mean pure javascript client that uses HTML5 sockets and doesn't need to be installed, just open single js file in browser. Is it possible to write such client at all?
Not in JavaScript that I know off, but you can run a python script on the server that will provide you with an ssh-shell in a browser.
GateOne
Not pure HTML5, but there are other online (html/js/css based)
Webshell(no longer resolves as of 06/2016)sshterm(no longer resolves as of 06/2016)Not javascript, but there's at least one java ssh applet.