Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

More details are available here.

SSH via proxyJumpproxyJump 


AnchorProxyJumpProxyJumpIn order to ssh directly to an epp-theory machine from outside the SLAC network without having to do the two-step procedure explained above, one can setup a proxyJump through the gateway machines.
To do so, edit (or create if not present) the ssh configuration file (usually found in .ssh/config on a Linux machine) on the computer from which you want to connect and add the following lines

...

From an authentication point of view this will work on any machine that can ssh to your-slac-username@rhel6-64.slac.stanford.edu.\

If you want to ssh also to epp-theory02 or epp-theory03 you can add multiple blocks like the one above to your config file, just change the host and the hostname entries accordingly.

...