Created
March 25, 2022 17:18
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
ssh -L 8888:localhost:8888 -L 6006:localhost:6006 [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment