↧
Answer by Linden X. Quan for Failed to add the RSA host key for IP address...
I had the same issue. For me, I didn't have write permission of known_hosts file.This command solved the issue for me.chmod 644 ~/.ssh/known_hosts
View ArticleAnswer by Hfyuu for Failed to add the RSA host key for IP address 'xxx' to...
Fixed by adding config file to .ssh folder
View ArticleFailed to add the RSA host key for IP address 'xxx' to the list of known...
I am trying to access git via ssh instead of hhtps in my project in aws. I followed this step here and added ssh key. I get following error in log.Failed to add the RSA host key for IP address 'xxx' to...
View Article