Skip to content

Instantly share code, notes, and snippets.

@noizbuster
Created June 7, 2021 10:46
Show Gist options
  • Save noizbuster/4d5f0d6dc7aff803a7961a6a0fed5800 to your computer and use it in GitHub Desktop.
Save noizbuster/4d5f0d6dc7aff803a7961a6a0fed5800 to your computer and use it in GitHub Desktop.
Create SSH Key Pair for Github deployment
ssh-keygen -m PEM -t rsa -b 4096 -f ./keyFileName -C "[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment