Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomardern/78fab37a8790a9ca45caa4ce4f062f23 to your computer and use it in GitHub Desktop.
Save tomardern/78fab37a8790a9ca45caa4ce4f062f23 to your computer and use it in GitHub Desktop.
Github SSH Keys for Deployment
1) Generate the key: (no passphase as automated account)
ssh-keygen -t rsa -b 4096 -C "git@github.com"
2) Upload to github deployment keys (the .pub file)
3) git clone git@github.com:{Org}/{Repo}.git
@tomardern
Copy link
Author

/home/bitnami/.ssh/id_rsa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment