Skip to content

Instantly share code, notes, and snippets.

@v6ak
Last active March 27, 2023 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v6ak/0d77d2a5cfe8bef9f22202e75e24338c to your computer and use it in GitHub Desktop.
Save v6ak/0d77d2a5cfe8bef9f22202e75e24338c to your computer and use it in GitHub Desktop.
Global revocation of the compromised Github SSH key; You need both files.
# github.com compromised SSH key; see https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==
# Put this to /etc/ssh/ssh_config or something like /etc/ssh/ssh_config.d/revoked-keys.conf
RevokedHostKeys /etc/ssh/revoked_host_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment