Confirmed users
266
edits
No edit summary |
|||
| Line 35: | Line 35: | ||
"C:\mozilla-build\msys\bin\scp" -o 'StrictHostKeyChecking no' -o 'BatchMode=no' -r cltbld@bld-linux64-ix-028.build.scl1.mozilla.com:~/.ssh .ssh | "C:\mozilla-build\msys\bin\scp" -o 'StrictHostKeyChecking no' -o 'BatchMode=no' -r cltbld@bld-linux64-ix-028.build.scl1.mozilla.com:~/.ssh .ssh | ||
</pre> | </pre> | ||
if scp does not working properly coping files from windows to windows hosts, use sftp instead: | |||
<pre> | |||
rm -rf .ssh | |||
sftp b-2008-ix-0083.winbuild.releng.scl3.mozilla.com:.ssh/* .ssh/ | |||
</pre> | |||
To test that a production master slave is set up properly, you must be able to run the following commands: | To test that a production master slave is set up properly, you must be able to run the following commands: | ||