Skip to content

Instantly share code, notes, and snippets.

@captainGeech42
Created July 12, 2020 00:48
Show Gist options
  • Save captainGeech42/3a11b6b7f6649cb1c8b0c850a4689089 to your computer and use it in GitHub Desktop.
Save captainGeech42/3a11b6b7f6649cb1c8b0c850a4689089 to your computer and use it in GitHub Desktop.
SSH config for ProxyJump example
Host jump
HostName jumphost
User lowpriv
Port 31337
IdentityFile ~/.ssh/id_ed25519
Host secret
HostName secretserver
User root
IdentityFile ~/.ssh/id_ed25519
ProxyJump jump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment