“cara menghasilkan tombol ssh untuk git” Kode Jawaban

Menghasilkan kunci github ssh baru

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

cara menghasilkan tombol ssh untuk 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

Jawaban yang mirip dengan “cara menghasilkan tombol ssh untuk git”

Pertanyaan yang mirip dengan “cara menghasilkan tombol ssh untuk git”

Lebih banyak jawaban terkait untuk “cara menghasilkan tombol ssh untuk git” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya