Skip to content

Instantly share code, notes, and snippets.

@ttamg
Created March 25, 2022 17:18
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 ttamg/7d0a20915457d759c59512626b5fe869 to your computer and use it in GitHub Desktop.
Save ttamg/7d0a20915457d759c59512626b5fe869 to your computer and use it in GitHub Desktop.
Simple script to connect to GPU server and map Jupyter and Tensorboard ports
#!/bin/sh
ssh -L 8888:localhost:8888 -L 6006:localhost:6006 bob@192.168.1.199
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment