Generate SSH Key
ssh-keygen -t ed25519 -C "[email protected]"
# or
ssh-keygen -t rsa -b 4096 -C "[email protected]"Copy Generated Key
cat ~/.ssh/id_ed25519.pubSSH instead of HTTPS
git remote set-url origin [email protected]:p0unter/iam_linux.gitCheck Github Connection
ssh -T [email protected]Permanent
git config --global credential.helper store