Show HN: Terminal in Browser

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.

github.com

6 points

debarshri

12 days ago


5 comments

theanonymousone 11 days ago

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?

  • debarshri 3 days ago

    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.

stupidgeek314 12 days ago

what could possibly go wrong!?

  • debarshri 3 days ago

    I think there are these kinds of shells in all kinds. of enterprise products. There's nothing new here.