Horje
how to generate ssh keys for git Code Example
Generate a new GitHub SSH key
ssh-keygen -t rsa -b 4096 -C "[your github's email]"
how to generate ssh keys for 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
Source: git-scm.com




Shell

Related
github start Code Example github start Code Example
git branch order by date Code Example git branch order by date Code Example
install vert manager linux Code Example install vert manager linux Code Example
sed two patterns Code Example sed two patterns Code Example
libSDL2_net-2.0.so.0 install on ubuntu Code Example libSDL2_net-2.0.so.0 install on ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10