1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Make ~90 images accessible in the images/help/settings directory (#36503)

Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
Isaac Brown
2023-04-24 12:12:48 +01:00
committed by GitHub
parent ea65f26c20
commit 41efd819e3
75 changed files with 101 additions and 185 deletions

View File

@@ -42,23 +42,12 @@ After adding a new SSH authentication key to your account on {% ifversion ghae %
{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.ssh %}
4. Click **New SSH key** or **Add SSH key**.
{% ifversion ssh-commit-verification %}
![SSH Key button](/assets/images/help/settings/ssh-add-ssh-key-with-auth.png)
{% else %}
![SSH Key button](/assets/images/help/settings/ssh-add-ssh-key.png)
{% endif %}
5. In the "Title" field, add a descriptive label for the new key. For example, if you're using a personal laptop, you might call this key "Personal laptop".
{% ifversion ssh-commit-verification %}
6. Select the type of key, either authentication or signing. For more information about commit signing, see "[AUTOTITLE](/authentication/managing-commit-signature-verification/about-commit-signature-verification)."
{% endif %}
7. Paste your public key into the "Key" field.
{% ifversion ssh-commit-verification %}
![The key field](/assets/images/help/settings/ssh-key-paste-with-type.png)
{% else %}
![The key field](/assets/images/help/settings/ssh-key-paste.png)
{% endif %}
7. In the "Key" field, paste your public key.
8. Click **Add SSH key**.
![The Add key button](/assets/images/help/settings/ssh-add-key.png)
{% data reusables.user-settings.sudo-mode-popup %}
{% endwebui %}