Skip to content

Instantly share code, notes, and snippets.

@trickymast3r
Created September 7, 2018 23:42
Show Gist options
  • Save trickymast3r/39ae4bdd4cff16b14410ab764977cb74 to your computer and use it in GitHub Desktop.
Save trickymast3r/39ae4bdd4cff16b14410ab764977cb74 to your computer and use it in GitHub Desktop.
ssh-keygen -t rsa -b 4096
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment