Skip to content

Instantly share code, notes, and snippets.

@arsham
Created September 16, 2021 08:50
Show Gist options
  • Save arsham/985857045f83edacc746fb78d345647a to your computer and use it in GitHub Desktop.
Save arsham/985857045f83edacc746fb78d345647a to your computer and use it in GitHub Desktop.
Generate #ssh key that both #github and #travis agree on
ssh-keygen -t rsa -b 4096 -m PEM -f <keyname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment