https://github.com/alebabai/ssh-proxy
Dockerized ssh-proxy
https://github.com/alebabai/ssh-proxy
docker proxy ssh ssh-proxy ssh-tunnel
Last synced: 5 months ago
JSON representation
Dockerized ssh-proxy
- Host: GitHub
- URL: https://github.com/alebabai/ssh-proxy
- Owner: alebabai
- License: mit
- Created: 2019-05-13T12:04:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T13:00:42.000Z (over 6 years ago)
- Last Synced: 2025-04-03T20:43:18.147Z (9 months ago)
- Topics: docker, proxy, ssh, ssh-proxy, ssh-tunnel
- Language: Shell
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSH-proxy
> Dockerized ssh-proxy powered by OpenSSH
[](https://microbadger.com/images/alebabai/ssh-proxy "Get your own image badge on microbadger.com")
[](https://microbadger.com/images/alebabai/ssh-proxy "Get your own version badge on microbadger.com")
[](https://microbadger.com/images/alebabai/ssh-proxy "Get your own license badge on microbadger.com")
## Usage
### Environment variables
- `ADDRESSES` - _provide one or more `HOST:PORT` pairs separated by space or new line for services to be exposed_
- `OUTPUT_FILE` - _prefix of the exposed url (default `$timestamp`)_
- `SSH_TUNNEL_HOST` - _host of the service that will be used as ssh-server (default `serveo.net`)_
- `SSH_TUNNEL_PORT` - _port of the service that will be used as ssh-server (default `443`)_
- `SSH_TUNNEL_PREFIX` - _name of the file with exposed urls (default `/tmp/ssh-proxy/output.txt`)_
### Docker
Here is docker-compose example configuration [`docker-compose.example.yml`](docker-compose.example.yml).