ssh-keygen -t ed25519 -C "[email protected]"
Follow the steps on the screen.
start the agent
eval "$(ssh-agent -s)"
add to the agent
ssh-add ~/.ssh/id_ed25519
copy over ~/.ssh/id_ed25519.pub and paste into field for SSH keys in SSH and GPG keys
under user settings.