Show HN: Terminal in Browser (github.com)

6 points by debarshri ↗ HN
I wrote a small golang project to render terminal on browser. It is a single binary that can be deployed on any server and you can access the terminal over web.

4 comments

[ 2.1 ms ] story [ 21.0 ms ] thread
what could possibly go wrong!?
I think there are these kinds of shells in all kinds. of enterprise products. There's nothing new here.
Web shell is probably not the name you want this tool be known as...

That aside, does it automatically block connection from anywhere other than localhost?

I am working on the following features:

1. Multi-tabs 2. Screen splitting 3. Allowed IP and IP blocking.

That should allow users to configure accept-only localhost connections.

I wrote it to connect to my home servers or remote Raspberry Pi without actually SSH-ing into it.