This is the problem: I use Git Shell installed with GitHub for Windows.
I have 3 ssh keys inside C:\Users\MyName\.ssh
:
I inserted the key with this command:
ssh-add ~/.ssh/github_rsa
ssh-add ~/.ssh/id_rsa
ssh-add ~/.ssh/tm_rsa
Everytime I reboot the computer, ssh keeps forgetting the keys. if i do this command ssh-add -L
, it shows only one key, usually github_rsa
.
How can I avoid having to enter the keys each time?
I think you have to add it to your git bash shell, in .bashrc
eval `ssh-agent`
ssh-add
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With