correc..

jp.av.dev 2020-07-17 19:58:48 -04:00
parent e57274a710
commit 439218cd59

@ -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"