Create a new repository, or reuse an existing one.
Generate a new SSH key:
ssh-keygen -t rsa -C "[email protected]"
-> avoid overwriting id_rsa : ~/.ssh/githubkey.pub instead
and then : ssh-add ~/.ssh/githubkey
Create a new repository, or reuse an existing one.
Generate a new SSH key:
ssh-keygen -t rsa -C "[email protected]"
-> avoid overwriting id_rsa : ~/.ssh/githubkey.pub instead
and then : ssh-add ~/.ssh/githubkey