Confirmed users
4,293
edits
(update to test all keys) |
(→Final Verification: pvtbuild01.mozilla.org was deprecated in favor of pvtbuilds2.dmz.scl3.mozilla.com) |
||
| Line 84: | Line 84: | ||
We don't "burn in" buildbot masters - they will go directly to their assigned roles. The following steps should be performed to ensure the rest has worked okay: | We don't "burn in" buildbot masters - they will go directly to their assigned roles. The following steps should be performed to ensure the rest has worked okay: | ||
* SSH verification (and associated netflows). Note: for host | * SSH verification (and associated netflows). Note: for host pvtbuilds2, some keys will not be authorized for login, but that rejection occurs after the ssh key acceptance, which is our interest. | ||
<pre> | <pre> | ||
$ for h in ffxbld trybld xrbld tbirdbld; do ssh -i ~/.ssh/${h}_dsa $h@stage.mozilla.org id ; done | $ for h in ffxbld trybld xrbld tbirdbld; do ssh -i ~/.ssh/${h}_dsa $h@stage.mozilla.org id ; done | ||
$ for h in ffxbld trybld xrbld tbirdbld; do ssh -i ~/.ssh/${h}_dsa $h@ | $ for h in ffxbld trybld xrbld tbirdbld; do ssh -i ~/.ssh/${h}_dsa $h@pvtbuilds2.dmz.scl3.mozilla.com id ; done | ||
</pre> | </pre> | ||