Created
September 22, 2016 22:54
-
-
Save vaporic/c2de1c8b9c58adb53000ed7b19870c45 to your computer and use it in GitHub Desktop.
Automatic Deploy Git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir ~/.ssh | |
vim known_hosts - if you already have known_hosts, skip this. | |
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts | |
ssh-keygen -t rsa -C "user.email |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment