Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 482 Bytes

network-tunnel

A service for easily starting a tunnel to a destination host through a bastion server, and port-forwarding specific ports, to be used by Flow connectors.

Usage

flow-network-tunnel ssh --ssh-endpoint <SSH_ENDPOINT> \
  --private-key <PRIVATE_KEY_FILE_PATH> \
  --forward-host <FORWARD_HOST> \
  --forward-port <FORWARD_PORT> \
  --local-port <LOCAL_PORT> \
  --log.level=debug