configure ssh github linux code example
Example 1: setting ssh for github
pbcopy < ~/.ssh/id_rsa.pub
Example 2: setting ssh for github
ssh-keygen -t rsa -b 4096 -C "[email protected]"
pbcopy < ~/.ssh/id_rsa.pub
ssh-keygen -t rsa -b 4096 -C "[email protected]"