Skip to content

Instantly share code, notes, and snippets.

@cesarhdz
Created November 29, 2013 04:55
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 cesarhdz/7701729 to your computer and use it in GitHub Desktop.
Save cesarhdz/7701729 to your computer and use it in GitHub Desktop.
Archivo .bashc para que no se pidan credenciales continuamente en Windows
# Ejecutamos ssh login la inicio
eval `ssh-agent`
ssh-add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment