Sign inSign up

defnotgustavom/sish

By defnotgustavom

Updated almost 3 years ago

Image size: ~6.45MiB. An open source serveo/ngrok alternative.

Image
0

3.7K

defnotgustavom/sish repository overview

  • Running:

     docker run -it --name sish \
     -v ~/sish/ssl:/ssl \
     -v ~/sish/keys:/keys \
     -v ~/sish/pubkeys:/pubkeys \
     --net=host defnotgustavom/sish \
     --ssh-address=:22 \
     --http-address=:80 \
     --https-address=:443 \
     --https=true \
     --https-certificate-directory=/ssl \
     --authentication-keys-directory=/pubkeys \
     --private-keys-directory=/keys \
     --bind-random-ports=false
    

then ssh to your host to communicate with sish:

 ssh -p 2222 -R 80:localhost:8080 ssi.sh

Check the main git for more info.

Tag summary

Content type

Image

Digest

sha256:1c72f2579

Size

6.5 MB

Last updated

almost 3 years ago

docker pull defnotgustavom/sish