Skip to content

Instantly share code, notes, and snippets.

@hashar
Created July 26, 2013 13:52
Show Gist options
  • Select an option

  • Save hashar/6089014 to your computer and use it in GitHub Desktop.

Select an option

Save hashar/6089014 to your computer and use it in GitHub Desktop.
SSH config to connect to Wikimedia Labs instances
Host *.wmflabs.org
IdentityFile ~/.ssh/labs_id_rsa.pub
IdentitiesOnly yes
User hashar
Host *.wmflabs
User hashar
Host bastion.pmtpa.wmflabs
Hostname bastion.wmflabs.org
ProxyCommand none
Host bastion.eqiad.wmflabs
Hostname bastion.wmflabs.org
ProxyCommand none
Host *.pmtpa.wmflabs
ProxyCommand ssh -a -W %h:%p bastion.pmtpa.wmflabs
Host *.eqiad.wmflabs
ProxyCommand ssh -a -W %h:%p bastion.eqiad.wmflabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment