https://github.com/aplyca/docker-ssh-tunnel
Dockerized SSH Tunnel
https://github.com/aplyca/docker-ssh-tunnel
docker docker-image portfor ssh sshtunnel
Last synced: 2 months ago
JSON representation
Dockerized SSH Tunnel
- Host: GitHub
- URL: https://github.com/aplyca/docker-ssh-tunnel
- Owner: Aplyca
- Created: 2019-11-24T23:10:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T17:35:40.000Z (about 6 years ago)
- Last Synced: 2026-03-02T01:40:57.605Z (4 months ago)
- Topics: docker, docker-image, portfor, ssh, sshtunnel
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-ssh-tunnel
Dockerized SSH Tunnel
## Environment variables
- `TUNNEL_HOST`: SSH Tunnel hostname
- `TUNNEL_USER`: SSH user of the Tunnel host
- `TUNNEL_KEY_BASE64`: SSH private key of the tunnel host encoded in Base64
- `TUNNEL_LOCALFORWARD`: LocalForward tunnel configuration, it support multiple tunnels separated by comma. Example: `*:80 myremotehot.com:80,*:443 myremotehot.com:443`. See: https://stackoverflow.com/questions/9146457/ssh-port-forwarding-in-a-ssh-config-file
```
```