correc..
parent
a583b7f35d
commit
e57274a710
@ -179,10 +179,14 @@ git stash aplply
|
||||
`git clone [repos ssh o https]`
|
||||
|
||||
### Llaves ssh
|
||||
##### listar llaves
|
||||
|
||||
##### Listar llaves
|
||||
`ssh-add -l`
|
||||
##### Crear una llave
|
||||
##### SSH -t (algoritmo=rsa) -b (bits key) -C "comentario/mail"
|
||||
```ssh-keygen -t rsa -b 4096 -C "mail@git"
|
||||
```ssh-keygen -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "john@example.com"
|
||||
|
||||
ssh-keygen -t rsa -b 4096 -C "mail@git"
|
||||
|
||||
$ eval $(ssh-agent -s)
|
||||
> Agent pid 59566
|
||||
|
Loading…
Reference in New Issue
Block a user