1. In the client where you want to clone your git repository just create a private / public key pair:
ssh-keygen -t rsa -b 4096
PS: Leave the keyring password blank2. Copy your public key (your private will stay in your client)cat ~/.ssh/id_rsa.pub3. Go to the github SSH keys settings page and copy the public key above
4. You should be done!
No comments:
Post a Comment