Skip to content

Instantly share code, notes, and snippets.

@vaporic
Created September 22, 2016 22:54
Show Gist options
  • Save vaporic/c2de1c8b9c58adb53000ed7b19870c45 to your computer and use it in GitHub Desktop.
Save vaporic/c2de1c8b9c58adb53000ed7b19870c45 to your computer and use it in GitHub Desktop.
Automatic Deploy Git
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