30
edits
(reduce ldap groups required for releng. If they require more groups, they can be added as required) |
(→SSH Config: updated with reviewboard and jump host configuration) |
||
Line 114: | Line 114: | ||
=== SSH Config === | === SSH Config === | ||
You'll want to update your ~/.ssh/config | You'll want to update your ~/.ssh/config. Releng uses jump hosts to reach protected servers, so those can be configured in the ssh configuration, too. | ||
<pre class="_fck_mw_lspace">Host hg.mozilla.org | <pre class="_fck_mw_lspace">Host hg.mozilla.org | ||
Line 120: | Line 120: | ||
Compression yes | Compression yes | ||
ServerAliveInterval 300 | ServerAliveInterval 300 | ||
Host reviewboard-hg.mozilla.org | |||
User <short-ldap-name-here>@mozilla.com | |||
Host rejh?.srv.releng.????.mozilla.com | |||
ControlMaster auto | |||
ControlPath ~/.ssh/ssh-%C | |||
ControlPersist 10m | |||
ForwardAgent no | |||
Host *.relenv.mdc1.mozilla.com !rejh?.srv.releng.mdc1.mozilla.com | |||
ProxyJump rejh1.srv.releng.mdc1.mozilla.com | |||
Host *.releng.us??.mozilla.com *.releng.scl3.mozilla.com !rejh?.srv.releng.????.mozilla.com | |||
ProxyJump rejh1.srv.releng.scl3.mozilla.com | |||
Host *.mozilla.com | Host *.mozilla.com |
edits