where do you find you ssh key settings in my github code example
Example 1: github pulic keys
curl https://github.com/<username>.keys
Example 2: add ssh to github
$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard