Confirmed users
1,989
edits
| Line 433: | Line 433: | ||
This is needed until {{bug|849942}} fixed. | This is needed until {{bug|849942}} fixed. | ||
<pre> | |||
ssh as cltbld to host | |||
cd .ssh | cd .ssh | ||
copy known_hosts known_hosts.bak | copy known_hosts known_hosts.bak | ||
| Line 438: | Line 440: | ||
set HOME=C:\Documents and Settings\cltbld | set HOME=C:\Documents and Settings\cltbld | ||
C:\mozilla-build\msys\bin\ssh -i ~/.ssh/ffxbld_dsa ffxbld@symbolpush.mozilla.org hostname | C:\mozilla-build\msys\bin\ssh -i ~/.ssh/ffxbld_dsa ffxbld@symbolpush.mozilla.org hostname | ||
</pre> | |||
which should show | |||
symbols1.dmz.phx1.mozilla.com | |||
I also updated this doc https://wiki.mozilla.org/ReleaseEngineering/How_To/Adjust_SSH_keys_on_a_slave#Production when I landed the changes for the new symbol server. | I also updated this zip with the ssh keys etc referenced in this doc https://wiki.mozilla.org/ReleaseEngineering/How_To/Adjust_SSH_keys_on_a_slave#Production when I landed the changes for the new symbol server. | ||