Horje
add ssh key to github Code Example
add ssh key to github
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
generate ssh key github
$ ssh-keygen -t ed25519-sk -C "your_email@example.com"
adding ssh in github
$ clip < ~/.ssh/rsa.pub
Generate a new GitHub SSH key
ssh-keygen -t rsa -b 4096 -C "[your github's email]"
github how to add ssh key
Host *
  AddKeysToAgent yes
  UseKeychain yes
  IdentityFile ~/.ssh/id_rsa
how to create ssh key for github
> Enter a file in which to save the key (/home/you/.ssh/id_ed25519): [Press enter]




Shell

Related
How do I undo 'git add' before commit? Code Example How do I undo 'git add' before commit? Code Example
push android studio to github public keu Code Example push android studio to github public keu Code Example
look word in files command Code Example look word in files command Code Example
gitignore for django project Code Example gitignore for django project Code Example
image in md Code Example image in md Code Example

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