Created
December 9, 2019 13:40
-
-
Save det-peralta/880b56567bda78ab1fa91c7247c58d15 to your computer and use it in GitHub Desktop.
Generate ssh keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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