tenseleyflow/shithub / 6093ed9

Browse files

deploy: SETUP-GUIDE — reroute SSH key add to droplet-create flow (settings UI moves)

Authored by espadonne
SHA
6093ed9e2b0dfbf3451b5f085dbe1820a37447ad
Parents
f221391
Tree
ecb85a7

1 changed file

StatusFile+-
M deploy/cutover/SETUP-GUIDE.md 21 15
deploy/cutover/SETUP-GUIDE.mdmodified
@@ -157,21 +157,27 @@ attach the key to each droplet at create time (Phase B3).
157157
 2. Name: **shithub-prod**. Purpose: **Service or API**.
158158
    Environment: **Production**.
159159
 
160
-**SSH key (account-level — not inside the Project):**
161
-
162
-1. Top-right corner: click your **avatar/email** dropdown →
163
-   **Settings**.
164
-2. Settings left sidebar → **Security**.
165
-3. Scroll to the **SSH Keys** section → **Add SSH Key**.
166
-4. Paste the contents of `~/.ssh/id_ed25519.pub` from your
167
-   laptop. Name it after the laptop ("macbook-pro").
168
-
169
-The SSH key now exists at the account level — you won't see it
170
-inside the Project view. It will appear as a checkbox option
171
-when creating each droplet in Phase B3.
172
-
173
-**Verify:** the project shows under Projects; the SSH key shows
174
-in Settings → Security → SSH Keys.
160
+**SSH key — easiest path: add it during droplet creation in B3.**
161
+
162
+DO's standalone "SSH Keys" settings page keeps moving around the
163
+UI, so the most reliable place to add a new key is the droplet
164
+create form itself:
165
+
166
+- In Phase B3 step 6 ("Authentication"), click **"+ New SSH Key"**
167
+  on the form. Paste `~/.ssh/id_ed25519.pub` from your laptop,
168
+  name it after the laptop ("macbook-pro"). The key gets saved
169
+  to your account permanently AND attached to this droplet.
170
+- For droplets #2–4, the key is already in the list — just tick
171
+  its checkbox.
172
+
173
+If you want to add the key in advance via the standalone page:
174
+use the dashboard's top search bar — type **"SSH"** — and it'll
175
+surface the current location. (Path varies; "Settings → Security
176
+→ SSH Keys" used to work, but DO reorganises this page often.)
177
+
178
+**Verify:** the project shows under Projects. The SSH key
179
+verification happens at droplet-create time when you tick the
180
+box.
175181
 
176182
 ### B2. Create Spaces buckets (do these BEFORE droplets — they need to exist for the docs CNAME to resolve)
177183