Show HN: Terminal in Browser (github.com) 6 points by debarshri 1y ago ↗ 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.
[–] stupidgeek314 1y ago ↗ what could possibly go wrong!? [–] debarshri 1y ago ↗ I think there are these kinds of shells in all kinds. of enterprise products. There's nothing new here.
[–] debarshri 1y ago ↗ I think there are these kinds of shells in all kinds. of enterprise products. There's nothing new here.
[–] theanonymousone 1y 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 1y 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.
[–] debarshri 1y 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.
4 comments
[ 2.1 ms ] story [ 21.0 ms ] threadThat aside, does it automatically block connection from anywhere other than localhost?
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.