Sign inSign up

esepublic/stunnel

By esepublic

•Updated almost 11 years ago

Image
2

1.1K

esepublic/stunnel repository overview

⁠stunnel - ssh over https

⁠stunnel server

docker run --restart=always -d -p <HTTPS_PORT>:443 esepublic/stunnel /server.sh

⁠stunnel client

docker run --restart=always -d -e STUNNEL_SERVER_HOST=<HTTPS_HOST> \
-e STUNNEL_SERVER_PORT=<HTTPS_PORT> -p <SSH_PORT>:22 esepublic/stunnel /client.sh

⁠connect

ssh <remote_user>@localhost -p <SSH_PORT>

Tag summary

Content type

Image

Digest

sha256:b44556e15…

Size

69.3 MB

Last updated

almost 11 years ago

docker pull esepublic/stunnel