1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Backport updated content from GitHub AE M2 megabranch and version for ghae-next (#21525)

This commit is contained in:
Matt Pollard
2021-10-04 18:11:57 +02:00
committed by GitHub
parent 43fff33db8
commit 307e8094ec
223 changed files with 885 additions and 513 deletions

View File

@@ -1,3 +1,3 @@
```shell
$ ssh-add ~/.ssh/id_ed25519
$ ssh-add ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}
```

View File

@@ -1 +1 @@
If you created your key with a different name, or if you are adding an existing key that has a different name, replace *id_ed25519* in the command with the name of your private key file.
If you created your key with a different name, or if you are adding an existing key that has a different name, replace *id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}* in the command with the name of your private key file.