Adding your SSH key to the ssh-agent

# start the ssh-agent in the background
$ eval "$(ssh-agent -s)"
Agent pid 2255

$ ssh-add
Enter passphrase for /home/sqley/.ssh/id_rsa:
Identity added: /home/sqley/.ssh/id_rsa (sqley@DESKTOP-8NPR888)

Comments