Skip to content

PMET-public/docker-stunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stunnel - ssh over https

stunnel server

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

stunnel client

docker run --rm -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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages