Skip to content

Instantly share code, notes, and snippets.

@lrlineroa
Last active November 1, 2022 06:53
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 lrlineroa/a406a74a41438bd7aa737218ed59991b to your computer and use it in GitHub Desktop.
Save lrlineroa/a406a74a41438bd7aa737218ed59991b to your computer and use it in GitHub Desktop.
1. generación del par de llaves
ssh-keygen -t rsa -b 4096 -C "this is my ssh confident key"
2. visualizar la llave publica
cat ~/.ssh/id_rsa.pub
3. Después de seguir la gúia https://www.w3schools.com/git/git_remote_add_ssh.asp?remote=github , pdemos testear la conexión con
ssh -T git@github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment