HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.

X

Go

sish image

Ever get the feeling that punching through firewalls and local network restrictions is a real pain in the neck? Well, guess what—sish has got you covered. This nifty little project aims to make your life easier by offering up HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH. First, let's talk turkey: sish is an open-source alternative to the likes of serveo or ngrok. Really, it makes punching those tunnels to your localhost feel like a walk in the park. Whether you’re a developer looking to share your latest app with a remote client or just someone who needs a reliable way to test webhooks, sish turns the complicated into the cinch. Getting things rolling with sish couldn’t be more straightforward. Start off by cloning the repo from GitHub. Next up, you just got to add your SSH public key and run the binary. The docs recommend running a simple go command, but if you’re in the mood for efficiency, the alias `make dev` has got your back. Once set up, connecting to sish is as easy as pie. SSH into your host, tell it where to route the traffic, and voilà—you’re in business. The best part? The `testing.ssi.sh` DNS record is already pointed to `localhost`, making it wicked simple for anyone to jump in and start using. sish stands out not just for its simplicity but also for its flexibility. The combination of HTTP, HTTPS, WS, and WSS tunneling through nothing but SSH is a game-changer. Add TCP tunneling into the mix, and what you’ve got is a powerhouse that clocks in light-years ahead of its competitors. Oh, and let’s not forget, it’s all powered by Go, which means it’s fast, reliable, and has a tiny footprint. On the surface, it might look like just another tunnel software. Dig a little deeper, and you’ll see how it shines—flawlessly bridging the gap between local development and remote environments. Whether you're a seasoned pro or someone who just wants to share their local project with the world, sish is ready to be that reliable sidekick. You can dive in and explore all these features right on their GitHub page. Just head over to [sish on GitHub](https://github.com/antoniomika/sish) and start tunneling away. The world of open-source tools is constantly evolving, and with gems like sish, it’s clear that the future is brighter—and a whole lot more connected.

Check out site
Back to all products