Currently, I have commands to start the SSH agent in my .bashrc file. The trouble is that this only works in a particular terminal - each time I open a terminal, I'm asked for my private key's passphrase.
Is there a way to open the SSH agent so that it can be used for multiple terminals without having to re-enter the passphrase each time?