ProxyCommand ssh -a -W %h:%p bast1001.wikimedia.org
Host *.wmnet
User gjg
IdentityFile /home/greg/.ssh/x230_rsa.wmfprod
IdentitiesOnly yes
UserKnownHostsFile ~/.ssh/wmf_known_hosts
# Labs
# login
Host tools-login.wmflabs.org
User gjg
IdentityFile /home/greg/.ssh/x230_rsa.wmflabs
UserKnownHostsFile ~/.ssh/wmflabs_known_hosts
# bastion
Host bastion.wmflabs.org
User gjg
IdentityFile /home/greg/.ssh/x230_rsa.wmflabs
UserKnownHostsFile ~/.ssh/wmflabs_known_hosts
Host *.eqiad.wmflabs
User gjg
ProxyCommand ssh -a -W %h:%p bastion.wmflabs.org
IdentityFile /home/greg/.ssh/x230_rsa.wmflabs
UserKnownHostsFile ~/.ssh/wmflabs_known_hosts
Event Timeline
greg changed the title of this paste from untitled to greg's ssh config.
greg updated the paste's language from autodetect to autodetect.
Content licensed under Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 unless otherwise noted; code licensed under GNU General Public License (GPL) 2.0 or later and other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct. · Wikimedia Foundation · Privacy Policy · Code of Conduct · Terms of Use · Disclaimer · CC-BY-SA · GPL · Credits