Confirmed users
3,104
edits
| Line 74: | Line 74: | ||
== Add master's SSH key to known_hosts == | == Add master's SSH key to known_hosts == | ||
See {{bug|889992}} | |||
* Add the master's ssh key to known_hosts (to make release-runner work): | * Add the master's ssh key to known_hosts (to make release-runner work): | ||
** dump the key by running the following: | ** dump the key by running the following: | ||
ssh-keyscan $master_name | ssh-keyscan $master_name | ||
** verify the change (ssh to masters as cltbld from bm81) | ** verify the change (ssh to masters as cltbld from bm81) | ||
ssh -i .ssh/release-runner buildbot-master80.srv.releng.usw2.mozilla.com | ssh -i .ssh/release-runner buildbot-master80.srv.releng.usw2.mozilla.com | ||