How do I know the GitHub server rsa2 key fingerprint ssh-rsa 2048 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
matches the fingerprint they display on their website as SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8 (RSA)
since they don't look the same?
I'm setting up my GitHub account to use SSH to commit codes. The question comes up during first access attempt and putty want's to cache the key. From enough sources on the web I find enough to feel confident that it is in fact GitHub, but how do I personally verify it? Aware of spoofing risks etc, but that isn't the question.
I got the ssh-rsa 2048
fingerprint from putty after attempting git clone [repository ssh url]
for the first time.