No features have been listed yet.
Based on our record, sish should be more popular than Toybox (Linux command line utilities). It has been mentiond 16 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
We’re actually using Unix sockets as the underlying transport layer for this. We’re also not using sshd, we custom wrote our own daemon that’s entire job is tunneling. If you’re curious about this, you can find the project here: https://github.com/antoniomika/sish sish was actually my first foray into SSH apps. It was a lot of fun to write and pretty much implements tunnels with a routing system on top. It manages... - Source: Hacker News / about 1 month ago
Sish - Open source ngrok/serveo alternative. SSH-based but uses a custom server written in Go. Supports WebSocket tunneling. - Source: dev.to / about 1 year ago
Tunneling services can be considered as a solution in some cases. Services like ngrok, frp, localtunnel and sish create a public endpoint that tunnels communication to your local endpoint via a tunnel client. - Source: dev.to / about 2 years ago
Why not forget about Cloudflare and a VPN but get a 3 euro Hetzner server and install https://github.com/antoniomika/sish for dynamic DNS through SSH + Traefik with a DNS resolver and have yourself a wildcard certificate. This way you can host any service from home as long as you run a port forwarding service through SSH with a one liner on Ubuntu. Better yet make an alpine docker image with a command to route... Source: over 2 years ago
Personally I’ve been using sish[1] recently, lots of ngrok alternatives out there now, especially as the pricing went a bit weird [1] https://github.com/antoniomika/sish. - Source: Hacker News / over 2 years ago
Toybox, Clang/LLVM, Musl, is an obvious distro core made up of permissively-licensed components. (Busybox, as used in many distros like Alpine, is GPLv2.). Source: over 2 years ago
> Toybox's main goal is to make Android self-hosting by improving Android's command line utilities so it can build an installable Android Open Source Project image entirely from source under a stock Android system. -- http://landley.net/toybox/about.html. - Source: Hacker News / over 3 years ago
README doesn't explain what it is beyond "all-in-one Linux command line". Here's the about page: http://landley.net/toybox/about.html (including comparison to busybox). And here's the list of commands currently supported: http://landley.net/toybox/status.html. - Source: Hacker News / over 3 years ago
For #1, you can just put #!/bin/bash at the top of the file to use Bash. Bash is still available, it’s just not the default for scripts that specify #!/bin/sh. #2 is still currently tricky, but Rob Landley (former Busybox maintainer) is working on a full bug-for-bug compatible Bash clone called toysh which will be included in an upcoming release of Toybox[1]. Once that’s released, I’m looking forward to... - Source: Hacker News / about 4 years ago
ngrok - ngrok enables secure introspectable tunnels to localhost webhook development tool and debugging tool.
BusyBox - BusyBox is a single binary that provides several stripped-down Unix tools in a single executable.
Portmap.io - Expose your local PC to Internet from behind firewall and without real IP address
GNU Core Utilities - The GNU Core Utilities or coreutils is a package of GNU software containing many of the basic...
localhost.run - Instantly share your localhost environment!
gow - Gow (Gnu On Windows) is the lightweight alternative to Cygwin.