Created
April 4, 2018 07:11
-
-
Save mikaelvesavuori/b931cd85a95a7ccb680fb912aa023dbe to your computer and use it in GitHub Desktop.
Writing and reading SSH keys on Mac
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
# Generate key | |
ssh-keygen -t rsa -b 4096 | |
# Copy public key to clipboard | |
pbcopy < ~/.ssh/id_rsa.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment