From c88ec9657bfe16bb87e689b13de8e5262d5a6ae4 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Mon, 26 Oct 2020 21:35:51 -0600 Subject: [PATCH] Docs: Clarify where new buildkite agent SSH keys need added --- ci/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/README.md b/ci/README.md index 7e8081608e..88064a0dc2 100644 --- a/ci/README.md +++ b/ci/README.md @@ -47,6 +47,8 @@ sudo ./setup-new-buildkite-agent/setup-buildkite.sh ``` - Copy the pubkey contents from `~buildkite-agent/.ssh/id_ecdsa.pub` and add the pubkey as an authorized SSH key on github. + - In net/scripts/solana-user-authorized_keys.sh + - Bug mvines to add it to the "solana-grimes" github user - Edit `/etc/buildkite-agent/buildkite-agent.cfg` and/or `/etc/systemd/system/buildkite-agent@*` to the desired configuration of the agent(s) - Copy `ejson` keys from another CI node at `/opt/ejson/keys/` to the same location on the new node.