Skip to content

Commit 43783ec

Browse files
authored
feat: Add GPG key fingerprint to SSH key fingerprints doc
Updated the title and added GPG key information.
1 parent 4afb70d commit 43783ec

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

content/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: GitHub's SSH key fingerprints
2+
title: GitHub's SSH & GPG key fingerprints
33
intro: Public key fingerprints can be used to validate a connection to a remote server.
44
redirect_from:
55
- /articles/what-are-github-s-ssh-key-fingerprints
@@ -12,6 +12,9 @@ versions:
1212
ghec: '*'
1313
shortTitle: SSH key fingerprints
1414
---
15+
16+
## SSH
17+
1518
These are {% data variables.product.prodname_dotcom %}'s public key fingerprints:
1619

1720
{% data reusables.ssh.fingerprints %}
@@ -21,3 +24,21 @@ You can add the following ssh key entries to your `~/.ssh/known_hosts` file to a
2124
{% data reusables.ssh.known_hosts %}
2225

2326
For more information, see [AUTOTITLE](/rest/meta/meta#get-github-meta-information).
27+
28+
## GPG
29+
30+
> [!INFO]
31+
> _The key expired in Sep. 2024. [It was updated](https://github.com/orgs/community/discussions/138304) and will be valid until Sep. 5, 2026._
32+
33+
Key ID is:
34+
35+
2C6106201985B60E6C7AC87323F3D4EA75716059
36+
37+
For cli/terminal verifications:
38+
39+
2C61 0620 1985 B60E 6C7A C873 23F3 D4EA 7571 6059
40+
41+
It is available at [https://cli.github.com/packages/githubcli-archive-keyring.gpg](https://cli.github.com/packages/githubcli-archive-keyring.gpg) and on the following keyservers:
42+
43+
1. `keys.openpgp.org`
44+
2. `keyserver.ubuntu.com`

0 commit comments

Comments
 (0)