“Как генерировать клавиши SSH для git” Ответ

Генерировать новый ключ GitHub SSH

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

Как генерировать клавиши SSH для 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 schacon@mylaptop.local
Charming Caterpillar

Ответы похожие на “Как генерировать клавиши SSH для git”

Вопросы похожие на “Как генерировать клавиши SSH для git”

Больше похожих ответов на “Как генерировать клавиши SSH для git” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования