“Cómo generar las teclas SSH para GIT” Código de respuesta

Generar una nueva llave GitHub SSH

ssh-keygen -t rsa -b 4096 -C "[your github's email]"
Cheerful Copperhead

Cómo generar las teclas SSH para GIT

$ ssh-keygen -o
Generating public/private rsa key pair.
Enter file in which to save the key (/home/schacon/.ssh/id_rsa):
Created directory '/home/schacon/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/schacon/.ssh/id_rsa.
Your public key has been saved in /home/schacon/.ssh/id_rsa.pub.
The key fingerprint is:
d0:82:24:8e:d7:f1:bb:9b:33:53:96:93:49:da:9b:e3 [email protected]
Charming Caterpillar

Respuestas similares a “Cómo generar las teclas SSH para GIT”

Preguntas similares a “Cómo generar las teclas SSH para GIT”

Más respuestas relacionadas con “Cómo generar las teclas SSH para GIT” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código