Created
November 4, 2019 15:22
-
-
Save zbeekman/82e72bb45c0d7a0d1de2b0dec98a5811 to your computer and use it in GitHub Desktop.
ssh config file for demo
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
Host * | |
ControlPath ~/.ssh/tmp/%r@%h:%p | |
ControlPersist 30m | |
ServerAliveInterval 30 | |
ServerAliveCountMax 5 | |
# INL HPC | |
Host *.inl.gov inlhpc hpclogin falcon1 falcon2 quark bechler moosebuild | |
User <YOUR_USER_NAME> | |
ControlMaster auto | |
Host inlhpc hpclogin | |
HostName hpclogin.inl.gov | |
LocalForward 8080 hpcweb:80 | |
LocalForward 8443 hpcgitlab:443 | |
Host hpcgitlab.inl.gov hpcgitlab.hpc.inl.gov | |
ProxyJump hpclogin.inl.gov | |
# LocalForward 8443 hpcgitlab:443 | |
Host moosebuild moosebuild.inl.gov | |
Hostname moosebuild.inl.gov | |
ProxyJump hpclogin.inl.gov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment