Skip to content

Instantly share code, notes, and snippets.

@ccondry
Created October 21, 2020 15:33
Show Gist options
  • Save ccondry/8d448fdd48dca8c9447c474a0f249b0f to your computer and use it in GitHub Desktop.
Save ccondry/8d448fdd48dca8c9447c474a0f249b0f to your computer and use it in GitHub Desktop.
generate SSH RSA key
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment