Remote Access HPC Connectivity (different username)
warningwarning
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 bitterroot1 bitterroot2 windriver1 windriver2 rod hoodoo1 viz1
User doejohn
ProxyJump hpclogin