github remote ssh key code example
Example 1: add ssh key to github
ssh-keygen -t ed25519 -C "[email protected]"
Example 2: github how to add ssh key
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
ssh-keygen -t ed25519 -C "[email protected]"
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa