Start ssh-agent and add key

November 2019

eval $(ssh-agent -s) && ssh-add ~/.ssh/id_rsa

Short though this may be, I often forget it.