Setting up ssh keys
This is something that I do all the time but I always get it wrong....
Navigate to ~/.ssh/
Run below command and follow the prompt
ssh-keygen -t rsa
NOTE: if you are using git-bash on windows and chmod doesnt work, then read this and install cygwin to chmod
NOTE NOTE: Host * should always be the last entry since the first obtained value for each parameter is used
Host *
User user123
IdentityFile ~/.ssh/id_rsa