Skip to content

Instantly share code, notes, and snippets.

@cheldernunes
Created March 11, 2019 21:52
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 cheldernunes/e54bd876ec6fb96b933630b349c662d0 to your computer and use it in GitHub Desktop.
Save cheldernunes/e54bd876ec6fb96b933630b349c662d0 to your computer and use it in GitHub Desktop.
Gerar SSH Key public
cd ~/.ssh
ssh-keygen -t rsa -b 4096 -C "dev@email.com"
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