canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) No edit summary |
ChrisCooper (talk | contribs) |
||
Line 101: | Line 101: | ||
= Establish initial ssh connections and accept keys = | = Establish initial ssh connections and accept keys = | ||
You'll need to execute the following simple ssh calls to connect to the ftp server (stage), symbol server, and update server so that the various pieces of the build can be uploaded automatically by the build scripts: | You'll need to execute the following simple ssh calls to connect to the ftp server (stage), symbol server, and update server so that the various pieces of the build can be uploaded automatically by the build scripts when needed: | ||
ssh stage.mozilla.org pwd | ssh stage.mozilla.org pwd | ||
ssh -2 -f -L2222:hal:22 stage.mozilla.org sleep 20;ssh -2 -p2222 -l symbols localhost pwd | ssh -2 -f -L2222:hal:22 stage.mozilla.org sleep 20;ssh -2 -p2222 -l symbols localhost pwd | ||
ssh -i /Users/cltbld/.ssh/aus cltbld@aus2-staging.mozilla.org pwd | ssh -i /Users/cltbld/.ssh/aus cltbld@aus2-staging.mozilla.org pwd |