Add your keys to github.
Then run the following to set up keys easily for new projects:
# curl https://github.com/github_user_name.keys | tee -a /root/.ssh/authorized_keys && chmod 600 /root/.ssh/authorized_keys
Linux, Windows, Software Tips, Articles and Hacks
Add your keys to github.
Then run the following to set up keys easily for new projects:
# curl https://github.com/github_user_name.keys | tee -a /root/.ssh/authorized_keys && chmod 600 /root/.ssh/authorized_keys