Adding your SSH key to the ssh-agent

# start the ssh-agent in the background
$ eval $(ssh-agent -s)

 $ ssh-add ~/.ssh/id_rsa

Or 

$ ssh-add


to add your default key

Comments