Skip to content

Commit 0ae7e03

Browse files
Remove RSA from fingerprint page link text (github#16139)
1 parent 8a4a711 commit 0ae7e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When you test your connection, you'll need to authenticate this action using you
3636
> Are you sure you want to continue connecting (yes/no)?
3737
```
3838
39-
3. Verify that the fingerprint in the message you see matches {% ifversion fpt or ghec %}[{% data variables.product.prodname_dotcom %}'s RSA public key fingerprint](/github/authenticating-to-github/githubs-ssh-key-fingerprints){% else %} your enterprise's public key fingerprint{% endif %}. If it does, then type `yes`:
39+
3. Verify that the fingerprint in the message you see matches {% ifversion fpt or ghec %}[{% data variables.product.prodname_dotcom %}'s public key fingerprint](/github/authenticating-to-github/githubs-ssh-key-fingerprints){% else %} your enterprise's public key fingerprint{% endif %}. If it does, then type `yes`:
4040
```shell
4141
> Hi <em>username</em>! You've successfully authenticated, but GitHub does not
4242
> provide shell access.

0 commit comments

Comments
 (0)