Created
October 21, 2020 15:33
-
-
Save ccondry/8d448fdd48dca8c9447c474a0f249b0f to your computer and use it in GitHub Desktop.
generate SSH RSA key
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
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