Created
July 26, 2013 13:52
-
-
Save hashar/6089014 to your computer and use it in GitHub Desktop.
SSH config to connect to Wikimedia Labs instances
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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