Skip to content

Instantly share code, notes, and snippets.

@udhos
Created November 28, 2018 19:35
Show Gist options
  • Save udhos/95f74e83f1145c7192473036170d4646 to your computer and use it in GitHub Desktop.
Save udhos/95f74e83f1145c7192473036170d4646 to your computer and use it in GitHub Desktop.
# forward connections from src=* to remote_host:8001 to localhost:8002
ssh -R \*:8001:localhost:8002 user@remote_host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment