From 439218cd59721ebfc1aadb968f04d73005c1b47d Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Fri, 17 Jul 2020 19:58:48 -0400 Subject: [PATCH] correc.. --- Comandos-Basicos-Git.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Comandos-Basicos-Git.md b/Comandos-Basicos-Git.md index da3feb6..77be5fa 100644 --- a/Comandos-Basicos-Git.md +++ b/Comandos-Basicos-Git.md @@ -184,7 +184,8 @@ git stash aplply `ssh-add -l` ##### Crear una llave ##### SSH -t (algoritmo=rsa) -b (bits key) -C "comentario/mail" -```ssh-keygen -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "john@example.com" +``` +ssh-keygen -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "john@example.com" ssh-keygen -t rsa -b 4096 -C "mail@git"