Add SSH Keys After Fresh Install chmod 600 ~/.ssh/id_rsa chmod 700 ~/.ssh Run ssh-add on the client machine, that will add the SSH key to the agent. Confirm with ssh-add -l (again on the client) that it was indeed added. source-1 source-2