Git Clone Repo via SSH
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519cd ~/.ssh/
cat key.pubvim ~/.ssh/configHost github.com
HostName github.com
User git
IdentityFile ~/.ssh/github
PreferredAuthentications publickeyssh -T [email protected]Last updated