TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

HTML5 terminal w/ SSH, hit ESC on site to test

6 pointsby nwilkensover 12 years ago

2 comments

0x0over 12 years ago
When I open the chrome network console, it shows a bunch of websocket frames being passed in the clear over an apparently unencrypted ws:// socket, with a "screen" json entry containing the most of, or the whole, session.<p>Very pretty rendering, but where's the SSH protocol bit?<p>Anyways I would be very wary of trusting any http-delivered ssh client code (javascript), and even https is sketchy with all the CA break-ins of late.<p>I'm sure this could be useful outside of a normal web browser context though! (embedded UIWebViews, for example?)
nwilkensover 12 years ago
Download and check it out locally, <a href="https://github.com/liftoff/GateOne/downloads" rel="nofollow">https://github.com/liftoff/GateOne/downloads</a>