You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ After adding a new SSH key to your {% data variables.product.product_name %} acc
19
19
20
20
{% mac %}
21
21
22
-
1. Copy the SSH key to your clipboard.
22
+
1. Copy the SSH public key to your clipboard.
23
23
24
-
If your SSH key file has a different name than the example code, modify the filename to match your current setup. When copying your key, don't add any newlines or whitespace.
24
+
If your SSH public key file has a different name than the example code, modify the filename to match your current setup. When copying your key, don't add any newlines or whitespace.
25
25
26
26
```shell
27
27
$ pbcopy <~/.ssh/id_ed25519.pub
@@ -49,9 +49,9 @@ After adding a new SSH key to your {% data variables.product.product_name %} acc
49
49
50
50
{% windows %}
51
51
52
-
1. Copy the SSH key to your clipboard.
52
+
1. Copy the SSH public key to your clipboard.
53
53
54
-
If your SSH key file has a different name than the example code, modify the filename to match your current setup. When copying your key, don't add any newlines or whitespace.
54
+
If your SSH public key file has a different name than the example code, modify the filename to match your current setup. When copying your key, don't add any newlines or whitespace.
55
55
56
56
```shell
57
57
$ clip <~/.ssh/id_ed25519.pub
@@ -80,9 +80,9 @@ After adding a new SSH key to your {% data variables.product.product_name %} acc
80
80
81
81
{% linux %}
82
82
83
-
1. Copy the SSH key to your clipboard.
83
+
1. Copy the SSH public key to your clipboard.
84
84
85
-
If your SSH key file has a different name than the example code, modify the filename to match your current setup. When copying your key, don't add any newlines or whitespace.
85
+
If your SSH public key file has a different name than the example code, modify the filename to match your current setup. When copying your key, don't add any newlines or whitespace.
0 commit comments