Get SSH RSA key fingerprint

Retrieve the SHA256 fingerprint:

ssh-keygen -lf ~/.ssh/id_rsa.pub
Get the GitHub (MD5) fingerprint format:
ssh-keygen -E md5 -lf ~/.ssh/id_rsa.pub