SHA fingerprint mismatch when try to verify SSH key #34904
|
I thought I'd post this here before submitting a ticket. I've been trying to add an SSH key to my github account through my Linux terminal. Everything seems to go great until I reach the verification step.
The first time I tried it I mistakenly tried to enter a command in the enter password line. But after entering a few times, it generated an SHA fingerprint. The second time I didn't make the same mistake. The third time I changed my margins to 0 so the SSH key I copied from linux would be all on one line. I've done some searches around SHA fingerprint mismatches but I don't know enough to know if anything I'm finding holds the answer. I have a Lenovo duet with an arm processor. I updated and upgraded git prior to generating the SSH key. My current version is 2.30.2. At this point, I'm not sure what to do or where to look. Any tips would be greatly appreciated. One question I have is can I just ignore the mismatch? Thank you! |
Replies: 1 comment 5 replies
|
You'll need to share the exact commands you use and their output, and the fingerprints of which keys you're comparing to which. My first guess is that you're comparing the wrong things (you don't need to verify your own key, but you'd have to verify the GitHub server key) but it's impossible to be sure without the details. And for a security question I'd rather not leave it to a guess. 😉 |
You'll need to share the exact commands you use and their output, and the fingerprints of which keys you're comparing to which. My first guess is that you're comparing the wrong things (you don't need to verify your own key, but you'd have to verify the GitHub server key) but it's impossible to be sure without the details. And for a security question I'd rather not leave it to a guess. 😉