Skip to content

antoniomika/sish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c679f1 · Mar 21, 2025
Mar 21, 2025
Apr 30, 2024
Sep 17, 2024
Jan 29, 2024
Mar 21, 2025
May 28, 2024
Mar 21, 2025
Oct 17, 2022
Mar 21, 2025
Aug 4, 2021
Jan 29, 2024
Jan 8, 2025
Feb 23, 2025
Mar 28, 2019
Jan 8, 2025
Jan 29, 2024
Sep 17, 2024
Mar 21, 2025
Mar 21, 2025
May 21, 2020

Repository files navigation

sish

An open source serveo/ngrok alternative.

Read the docs.

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 to localhost so anyone can use it for development