Last active
January 14, 2018 23:31
-
-
Save ipan/4cf7094a7dacf55b8311bacd70bca563 to your computer and use it in GitHub Desktop.
generate rsa keys #ssh
This file contains 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 -C "[email protected]" -b 4096 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment