Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8268139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:46:17+00:00 2026-06-08T05:46:17+00:00

k, so I was setting up Git and followed this tutorial to set up

  • 0

k, so I was setting up Git and followed this tutorial to set up an SSH key. The fingerprint was 16:27:...:a6:48. I installed the GitHub client for Windows which set up a new SSH key automatically called github_rsa in the %user%/.ssh/ folder.

I deleted the “old” SSH key (don’t ask me why) and set up a new one with the fingerprint a6:17:ed:4a:1d:9a:c7:63:6a:a1:38:8b:96:e3:91:bf I had simply deleted the previous id_rsa keys and the known_hosts file and then used ssh-keygen to make another – I didn’t mess with the GitHub key).

Now, whenever I try to ssh into git@github, it says:

The authentication of host ‘github.com (207.97.227.239)’ can’t be estabilished
RSA key fingerprint is 16:27:…:a6:48
Are you sure you want to continue connecting (yes/no)?

which is NOT what I want. It’s showing the old SSH key which I’d deleted (along with known_hosts). What do I do?

[Edit]: I was (wrongly) assuming that the fingerprint from the output of the terminal would match the fingerprint of my Public RSA key. I still have an issue with the SSH, but it’s not related to this (the question has already been asked, read: Git push requires username and password). I’d delete this question, but it doesn’t allow me to, saying “It has 1 or more answers. Please flag it for moderator attention.” _even though its mine. Read more at: https://meta.stackexchange.com/questions/140646/what-should-i-do-if-i-realize-the-premise-of-a-question-was-faulty-but-i-alread/140676#140676

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T05:46:19+00:00Added an answer on June 8, 2026 at 5:46 am

    I think you should edit your <USER>/.ssh/config file (or create it) with

    Host github.com
    User <USER>
    IdentityFile ~/.ssh/github_rsa
    
    Host *
    User <USER>
    IdentityFile ~/.ssh/id_rsa
    

    and that would do the trick if what happens is what you’re saying.

    But maybe it is not a problem, as Step 5: Test everything out of your link says that you may see this warning:

    # The authenticity of host 'github.com (207.97.227.239)' can't be established.
    # RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
    # Are you sure you want to continue connecting (yes/no)?
    

    and you shouldn’t worry, this is supposed to happen. Just verify that the fingerprint matches the one here and type “yes”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Setting up new git installations. On one Windows laptop, I'm running (under cygwin): git
I followed this guide: http://wiki.unto.net/setting-up-clojure-and-slime Which walked me through the steps of building Clojure
When I created my SSH key while setting up git, I chose to use
I have just started a new git repository. I followed the directions on github,
I'm setting up git on my new Windows 7 machine and I'm hitting a
I have followed the following instructions in setting a git repository locally in one
I am having problems setting up Git with Github. I am following the instruction
I'm following the git tutorial at gitimmersion.com and set up an alias hist to
Which is efficient? SSH:// or Git:// (File compression) I understand in Git, git protocol
I setup a git server over ssh as http://blog.commonthread.com/post/1034988660/setting-up-a-git-server However, I am still able

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.