Answer the question
In order to leave comments, you need to log in
What program can spontaneously change the id_rsa file?
I create a key with the command
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Answer the question
In order to leave comments, you need to log in
c9.io support responded.
It turns out the problem is that the id_rsa file is constantly being overwritten.
https://community.c9.io/t/which-program-can-sponta...
cloud9 puts an autogenerated ssh key into ~/.ssh/id_rsa.
You can add that to github, or put your key into ~/.ssh/id_rsa_github, and add a config like
Host github.com
User git
Port 22
Hostname github.com
IdentityFile ~/.ssh/id_rsa_github
TCPKeepAlive yes
IdentitiesOnly yes
~/. ssh/config
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question