Skip to content

Instantly share code, notes, and snippets.

@dsalazar-carecloud
Created July 27, 2015 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsalazar-carecloud/6af2e83b269cb7195484 to your computer and use it in GitHub Desktop.
Save dsalazar-carecloud/6af2e83b269cb7195484 to your computer and use it in GitHub Desktop.
~/.ssh/config
Host <10.?>.*.*
User <User>
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentityFile <Production Identity File>
ProxyCommand ssh -W %h:%p <Bastion-Jump-Host-Name>
Host <Bastion-Jump-Host-Name>
HostName <Public-IP>
User <User>
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentityFile <Bastion Identity File>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment