Created
November 26, 2018 22:48
-
-
Save TheButlah/0580baf3f67b7798eb2def06463018a3 to your computer and use it in GitHub Desktop.
SSH config
This file contains 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
Host gpu1 | |
HostName gpu-server-1.cds.engineering.cornell.edu | |
User ryan | |
Host gpu1 master slave-1 slave-2 slave-3 | |
User hduser1 | |
ForwardAgent yes | |
ForwardX11 yes | |
ForwardX11Trusted yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment