Skip to content

Instantly share code, notes, and snippets.

@yesley
Created July 30, 2020 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yesley/4c83ffd62cb12110eaa762f564f40387 to your computer and use it in GitHub Desktop.
Save yesley/4c83ffd62cb12110eaa762f564f40387 to your computer and use it in GitHub Desktop.
Generate ssh keys pair suitable for both Travis CI and GitHub
ssh-keygen -P "" -t rsa -b 4096 -m pem -f my-key-pair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment