Easy to use ssh tunnel image
$ docker pull youssefkababe/ssh-tunnel
$ docker run -d -p 8080:8080 --name="tunnel" youssefkababe/ssh-tunnel
Then configure your browser or system to connect to your socks proxy with your server's IP address on port 8080.
You can stop and start the tunnel just like this:
$ docker stop tunnel
$ docker start tunnel
Content type
Image
Digest
sha256:95244daa8…
Size
97.5 MB
Last updated
almost 11 years ago
docker pull youssefkababe/ssh-tunnel