Confirmed users
1,377
edits
Lukasblakk (talk | contribs) |
|||
Line 663: | Line 663: | ||
rm -rf ~/.ssh/* # gets rid of all moz builder ssh info | rm -rf ~/.ssh/* # gets rid of all moz builder ssh info | ||
scp moz2-linux-slave51:/home/cltbld/.ssh/* . # to copy trybld keys from a staging slave | scp moz2-linux-slave51:/home/cltbld/.ssh/* . # to copy trybld keys from a staging slave | ||
Test that the slaves can ssh into required machines: | |||
ssh -i ~/.ssh/trybld_dsa trybld@stage.mozilla.org | |||
ssh -i ~/.ssh/trybld_dsa trybld@build.mozilla.org | |||
== switchover from staging to production == | == switchover from staging to production == |