Copy both id_rsa
and id_rsa.pub
to ~/.ssh/
Change file permissions and ownership of both files.
- Start the ssh-agent.
- Add your SSH private key to the ssh-agent.
Now you’re ready to use Git and update your repositories.
Copy both id_rsa
and id_rsa.pub
to ~/.ssh/
Change file permissions and ownership of both files.
Now you’re ready to use Git and update your repositories.
Search