Open funderburkjim opened 1 year ago
Find your 'known_hosts' file.
In my case it is in directory c:/Users/jimfu/.ssh/
ip 140.82.112.4
shows Github as ownergithub.com ssh-rsa AAAA
Now you are ready to push. You will probably see a warning from the push that looks like:
git push
Warning: Permanently added the RSA host key for IP address '140.82.114.4' to the list of known hosts.
(And then the normal output from git push will appear).
Hope this info works for you!
I just tried pushing a test file & no issues encountered.
[I seem to be not using the -ssh option.]
Anyone pushing a repository (@drdhaval2785 @Andhrabharati @AnnaRybakovaT @funderburkjim or others) may encounter an alarming message.
This is discussed at https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/
Never fear! This is not too hard to remedy.
Below is one way to do it.