Skip to content

Instantly share code, notes, and snippets.

@w2ak
Last active January 31, 2018 09:41
Show Gist options
  • Save w2ak/07f08e4274b3dcb366c0d85d3d41e1fa to your computer and use it in GitHub Desktop.
Save w2ak/07f08e4274b3dcb366c0d85d3d41e1fa to your computer and use it in GitHub Desktop.
Host *
IdentityFile ~/.ssh/id_rsa
Host c*-* enst
User cdurand
Host enst
Hostname ssh.enst.fr
Host c*-*
Hostname %h.enst.fr
ProxyCommand ssh -W %h:%p enst
Host vm*
User cdurand
ProxyCommand ssh -W %h:%p c127-03
Host vm1
Hostname 137.194.211.13
Host vm2
Hostname 137.194.211.39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment