how to see the public SSH key from github code example
Example 1: what is ssh key in github
$ cd ~/.ssh
$ ls
Example 2: github ssh public key url
curl https://github.com/<username>.keys
$ cd ~/.ssh
$ ls
curl https://github.com/<username>.keys