ssh-keygen -t ed25519 -C "your_email@example.com"Follow the steps on the screen.
start the agent
eval "$(ssh-agent -s)"add to the agent
ssh-add ~/.ssh/id_ed25519copy over ~/.ssh/id_ed25519.pub and paste into field for SSH keys in SSH and GPG keys under user settings.