Skip to content

Commit

Permalink
docs: use one ssh key per buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jun 17, 2024
1 parent 7ec2d00 commit 9258606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Steps (as root):
6. `$EDITOR /buildroots/buildit/buildit/.env`: set BUILDIT_SERVER, BUILDIT_WORKER_SECRET BUILDIT_SSH_KEY and BUILDIT_WORKER_PERFORMANCE; for workers in China, optionally update BUILDIT_RSYNC_HOST to repo-cn.aosc.io
7. `systemctl enable --now buildit-worker`
8. `chmod 600 /buildroots/buildit/buildit/.env`
9. Setup SSH key of AOSC Maintainers at the location of BUILDIT_SSH_KEY
9. Generate a new SSH key at the location of BUILDIT_SSH_KEY, and setup authorized_keys on repo
10. Add SSH known hosts from repo.aosc.io and github.com: `ssh-keyscan repo.aosc.io >> ~/.ssh/known_hosts && ssh-keyscan repo-cn.aosc.io >> ~/.ssh/known_hosts && ssh-keyscan github.com >> ~/.ssh/known_hosts`

Arch-specific notes:
Expand Down

0 comments on commit 9258606

Please sign in to comment.