Vincent's blog

Public GitHub URLs

Did you know you can obtain a user's profile image, SSH, and GPG keys using a GET request? This could be useful if you need to share your SSH key with someone.

Retrieve a user's profile image:

https://github.com/<username>.png

Retrieve a user's SSH keys:

https://github.com/<username>.keys

Retrieve a user's GPG keys:

https://github.com/<username>.gpg

#github