Skip to content

Instantly share code, notes, and snippets.

@zbeekman
Created November 4, 2019 15:22
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 zbeekman/82e72bb45c0d7a0d1de2b0dec98a5811 to your computer and use it in GitHub Desktop.
Save zbeekman/82e72bb45c0d7a0d1de2b0dec98a5811 to your computer and use it in GitHub Desktop.
ssh config file for demo
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