Skip to content

Instantly share code, notes, and snippets.

@ReidWilliams
Created December 5, 2017 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReidWilliams/e28d562f48cf1e2dfff847bd4196ca40 to your computer and use it in GitHub Desktop.
Save ReidWilliams/e28d562f48cf1e2dfff847bd4196ca40 to your computer and use it in GitHub Desktop.
SSH with port forwarding
# Easy way to remotely access a Jupyter notebook, by forwarding a port
# Forward local port 8888 to the remote's localhost port 8888
ssh -L 8888:localhost:8888 user@10.2.2.99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment