Last active
August 5, 2019 19:45
-
-
Save ChristianBraybrooke/55ae52becb114e43b9e8b80838006f3e to your computer and use it in GitHub Desktop.
SSH Key Stuff
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
// Create new ssh key | |
ssh-keygen -t rsa -b 4906 | |
// Add to keychain and load | |
ssh-add -K ~/.ssh/id_rsa | |
// Copy ssh key | |
pbcopy < ~/.ssh/id_rsa.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment