Skip to content

Instantly share code, notes, and snippets.

@det-peralta
Created December 9, 2019 13:40
Show Gist options
  • Save det-peralta/880b56567bda78ab1fa91c7247c58d15 to your computer and use it in GitHub Desktop.
Save det-peralta/880b56567bda78ab1fa91c7247c58d15 to your computer and use it in GitHub Desktop.
Generate ssh keys
//Windows
cd %userprofile%/.ssh
ssh-keygen -t rsa -C "[email protected]"
clip < <key-name>.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment