Skip to content

Instantly share code, notes, and snippets.

@lnrsoft
Created November 15, 2018 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lnrsoft/5c39cf245e7e06bedd0084858f4e310f to your computer and use it in GitHub Desktop.
Save lnrsoft/5c39cf245e7e06bedd0084858f4e310f to your computer and use it in GitHub Desktop.
quick generate ssh key on osx terminal
ssh-keygen -t rsa -b 4096 -C "your@domain.com"
ssh-add -k ~/.ssh/new_osx_id_rsa
// copy to osx clipboard
pbcopy < ~/.ssh/new_osx_id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment