Skip to content

Instantly share code, notes, and snippets.

@joasgarcia
Last active August 29, 2015 14:06
Show Gist options
  • Save joasgarcia/9fa7abfe711a0bb55fb4 to your computer and use it in GitHub Desktop.
Save joasgarcia/9fa7abfe711a0bb55fb4 to your computer and use it in GitHub Desktop.
ssh-keygen -t rsa -C "youremail@foo.com"
eval `ssh-agent -s` //Precisa ser esse tipo de aspas
ssh-add ~/.ssh/id_rsa
ssh -T git@github.com //Teste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment