Skip to content

Instantly share code, notes, and snippets.

@jboonstra
Last active January 7, 2019 16:23
Show Gist options
  • Save jboonstra/26cd9347889b914e7c73398b56008482 to your computer and use it in GitHub Desktop.
Save jboonstra/26cd9347889b914e7c73398b56008482 to your computer and use it in GitHub Desktop.
# add to .ssh/config
Host !login.itickets.com *.itickets.com
ProxyCommand ssh john@login.itickets.com nc %h %p
Host *.itickets.com
IdentitiesOnly yes
User john
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment