“como gerar chaves ssh para git” Respostas de código

Gerar uma nova chave do github ssh

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

como gerar chaves 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

Respostas semelhantes a “como gerar chaves ssh para git”

Perguntas semelhantes a “como gerar chaves ssh para git”

Mais respostas relacionadas para “como gerar chaves ssh para git” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código