https://help.github.com/articles/generating-ssh-keys
ssh-keygen -t rsa -C "[email protected]"
eval `ssh-agent -s`
ssh-add ~/.ssh/id_rsa
# for mac
pbcopy < ~/.ssh/id_rsa.pub
# check connect
ssh -T [email protected]
https://help.github.com/articles/generating-ssh-keys
ssh-keygen -t rsa -C "[email protected]"
eval `ssh-agent -s`
ssh-add ~/.ssh/id_rsa
# for mac
pbcopy < ~/.ssh/id_rsa.pub
# check connect
ssh -T [email protected]