GitHub ssh key fingerprint
Github shows a hash when you add an ssh key. This can be cross-checked with the cli.
To check whether you have the key in your agent:
ssh-add -l -E md5
To check whether you have the key at all that matches the fingerprint:
find ~/.ssh -name '*.pub' | xargs -n1 ssh-keygen -l -E md5 -f