How to use the SSH authentication agent?

To start the agent:

ssh-agent $SHELL

or whichever shell you prefer.

To add your keys to the agent:

ssh-add

To kill the current agent:

ssh-agent -k

That's it.