Remote Access HPC Connectivity (different username)
Users should only follow these instructions if/when they are operating on a machine located outside INL's internal network.
SSH Config file (different remote username)
The following example is identical to the example provided on the main Remote HPC Connectivity page, except it contains User
directives for cases where your remote username differs from your local username.
ServerAliveInterval 240
Host *
User doejohn
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
## HPC Entry Point
Host hpclogin
Hostname hpclogin.inl.gov
DynamicForward 5555
## Forwarding
Host sawtooth1 sawtooth2 falcon1 falcon2 lemhi1 lemhi2 rod moosebuild.hpc.inl.gov hpcgitlab.hpc.inl.gov hpcsc.hpc.inl.gov
User doejohn
ProxyJump hpclogin