mirror of
https://github.com/antoniomika/sish.git
synced 2025-09-26 19:21:15 +08:00
f381389cb072db84f2276d3d7be93ee09b0e5500

* Update deps * Use bufio reader * Revert "Use bufio reader" This reverts commitc8003d469e
. * Print peeked info * Revert "Revert "Use bufio reader"" This reverts commitff656b0c94
. * Fixed sni reading * Handle sni based unix conn better
sish
An open source serveo/ngrok alternative.
dev
Clone the sish
repo:
git clone git@github.com:antoniomika/sish.git
cd sish
Add your SSH public key:
cp ~/.ssh/id_ed25519.pub ./deploy/pubkeys
Run the binary:
go run main.go --http-address localhost:3000 --domain testing.ssi.sh
We have an alias make dev
for running the binary.
SSH to your host to communicate with sish:
ssh -p 2222 -R 80:localhost:8080 testing.ssi.sh
The
testing.ssi.sh
DNS record points tolocalhost
so anyone can use it for development
Languages
Go
98.9%
Dockerfile
0.8%
Makefile
0.3%