SSH Agent

Check which keys are currently loaded.

$ ssh-add -l

Add a key file to your ssh list:

$ ssh-add #FULL_PATH#
Luis Romero