Check for existing SSH keys by ls -al ~/.ssh
ssh-keygen -t ed25519 -C "[email protected]"
ssh-add ~/.ssh/id_ed25519
copy content from ~/.ssh/id_ed25519.pub , add to settings > ssh keys
Check for existing SSH keys by ls -al ~/.ssh
ssh-keygen -t ed25519 -C "[email protected]"
ssh-add ~/.ssh/id_ed25519
copy content from ~/.ssh/id_ed25519.pub , add to settings > ssh keys