Page MenuHomePhabricator
Paste P433

greg's ssh config
ActivePublic

Authored by greg on Mar 25 2015, 10:36 PM.
Tags
None
Referenced Files
F188746: greg's ssh config
Jul 5 2015, 2:11 AM
F104507: greg_s_ssh_config
Mar 25 2015, 10:36 PM
Subscribers
### WMF
## Gerrit
Host gerrit.wikimedia.org
Hostname gerrit.wikimedia.org
Port 29418
User gjg
IdentityFile /home/greg/.ssh/x230_rsa.wmflabs
UserKnownHostsFile ~/.ssh/wmflabs_known_hosts
## Production
# bastion
Host bast1001.wikimedia.org
User gjg
ProxyCommand none
ControlMaster auto
IdentityFile /home/greg/.ssh/x230_rsa.wmfprod
UserKnownHostsFile ~/.ssh/wmf_known_hosts
# internal zones
Host *.eqiad.wmnet
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.