Dodaj klucz SSH do Github
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
Perro Fiel
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
$ ssh-keygen -t ed25519 -C "[email protected]"
# start the ssh-agent in the background
$ eval "$(ssh-agent -s)"
> Agent pid 59566
ssh-add ~/.ssh/id_ed25519
clip < ~/.ssh/id_ed25519.pub
$ ssh-keygen -t ed25519-sk -C "[email protected]"
ssh-keygen -t rsa -b 4096 -C "[your github's email]"
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa