Skip to content

Instantly share code, notes, and snippets.

@kurtis318
Last active September 11, 2018 15:18
Show Gist options
  • Save kurtis318/cca522ff6859556ffc069ed94dee3d02 to your computer and use it in GitHub Desktop.
Save kurtis318/cca522ff6859556ffc069ed94dee3d02 to your computer and use it in GitHub Desktop.
ssh to servers behind jump server/host

REF: https://wiki.gentoo.org/wiki/SSH_jump_host

### First jumphost. Directly reachable
Host betajump
  HostName jumphost1.example.org

### Host to jump to via jumphost1.example.org
Host behindbeta
  HostName behindbeta.example.org
  ProxyJump  betajump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment