Skip to content

Instantly share code, notes, and snippets.

@chrisdlangton
Created June 4, 2020 05:38
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 chrisdlangton/4c24fc9e242d2f2dc4b91e12ef83ce3a to your computer and use it in GitHub Desktop.
Save chrisdlangton/4c24fc9e242d2f2dc4b91e12ef83ce3a to your computer and use it in GitHub Desktop.
Public Key lists
# Likely just: curl -i <url>
# Github
https://github.com/<username>.keys
# Bitbucket
https://bitbucket.org/api/1.0/users/<accountname>/ssh-keys
# Inside a GCP CloudShell using: curl -H "Metadata-Flavor: Google" <url>
http://metadata.google.internal/computeMetadata/v1/project/attributes/ssh-keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment