-
If I have this in .bashrc, eval
ssh-agent -sssh-add ~/.ssh/id_rsa I can open a new tab, enter my passphrase, but then further Git commands *still* ask for my passphrase. Any idea why? I did *not* use the https origin for the repo.
ssh-agent -s
ssh-add ~/.ssh/id_rsa
I can open a new tab, enter my passphrase, but then further Git commands *still* ask for my passphrase. Any idea why? I did *not* use the https origin for the repo.