1
0
mirror of synced 2025-12-21 19:06:49 -05:00

add cli callouts (#18997)

This commit is contained in:
Sarah Edwards
2021-04-29 14:35:41 -07:00
committed by GitHub
parent 7b90c33be2
commit bb68f23d27
5 changed files with 40 additions and 0 deletions

View File

@@ -19,6 +19,14 @@ After adding a new SSH key to your {% data variables.product.product_name %} acc
{% data reusables.ssh.dsa-support %}
{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
**Tip**: You can also add an SSH key using the {% data variables.product.prodname_cli %}. For more information, see "[`gh ssh-key add`](https://cli.github.com/manual/gh_ssh-key_add)" in the {% data variables.product.prodname_cli %} documentation.
{% endtip %}
{% endif %}
{% mac %}
1. Copy the SSH public key to your clipboard.