Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Last active October 24, 2020 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dasgoll/55f873752a560bb9da887927f4aa0083 to your computer and use it in GitHub Desktop.
Save dasgoll/55f873752a560bb9da887927f4aa0083 to your computer and use it in GitHub Desktop.
SSH ProxyJump example
Host *
StrictHostKeyChecking no
Host public1
HostName 3.10.22.155
IdentityFile /Users/jameel/.ssh/DevOps-eu-west-2.pem
User ec2-user
Host private1
HostName 10.100.20.222
IdentityFile /Users/jameel/.ssh/DevOps-eu-west-2.pem
User ec2-user
ProxyJump public1
ssh private1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment